Skip to content

Commit 30eba0c

Browse files
authored
Docs update ts quickstart and nav (#456)
* anchors * add-changelog-to-nav
1 parent 87c1e73 commit 30eba0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.Get Started (TS/JS)
99
* xref:ragstack-ts:quickstart.adoc[]
1010
* xref:ragstack-ts:migration.adoc[]
11+
* xref:ragstack-ts:changelog.adoc[]
1112
1213
.RAG Default architecture
1314
* xref:default-architecture:index.adoc[]

docs/modules/ragstack-ts/pages/quickstart.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This quickstart demonstrates a basic RAG pattern using RAGStack TS and the vector-enabled {db-serverless} database to retrieve context and pass it to a language model for generation.
44

5-
1. <<Construct information base>>
6-
2. <<Basic retrieval>>
7-
3. <<Generation with augmented context>>
5+
1. <<Setup>>
6+
2. <<RAG workflow>>
7+
3. <<Upgrade RAGStack version>>
88
99
== Setup
1010

0 commit comments

Comments
 (0)