Skip to content

Commit a0dd642

Browse files
authored
Merge pull request #279345 from TheovanKraay/cosmos-genai-docs
gen-ai docs
2 parents 896ed4a + 264cfe4 commit a0dd642

File tree

11 files changed

+719
-2
lines changed

11 files changed

+719
-2
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
items:
2929
- name: Vector search overview
3030
href: gen-ai/vector-search-overview.md
31+
- name: Retrieval Augmented Generation (RAG)
32+
href: gen-ai/rag.md
3133
- name: Tokens
3234
href: gen-ai/tokens.md
3335
- name: Vector embeddings
@@ -36,8 +38,13 @@
3638
href: gen-ai/distance-functions.md
3739
- name: kNN vs ANN
3840
href: gen-ai/knn-vs-ann.md
39-
- name: Generative AI
41+
- name: Multi-tenancy for vector search
42+
href: nosql/multi-tenancy-vector-search.md
43+
- name: AI Applications
44+
expanded: true
4045
items:
46+
- name: Quickstart - build a RAG chatbot
47+
href: gen-ai/quickstart-rag-chatbot.md
4148
- name: AI agent
4249
href: ai-agents.md
4350
- name: Real-time custom content generation
@@ -55,4 +62,4 @@
5562
- name: Apache Gremlin
5663
href: gremlin/toc.yml
5764
- name: Table
58-
href: table/toc.yml
65+
href: table/toc.yml

articles/cosmos-db/gen-ai/distance-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Two vectors are multiplied to return a single number. It combines the two vector
3131
## Related content
3232
- [VectorDistance system function](../nosql/query/vectordistance.md) in Azure Cosmos DB NoSQL
3333
- [What is a vector database?](../vector-database.md)
34+
- [Retrieval Augmented Generation (RAG)](rag.md)
3435
- [Vector database in Azure Cosmos DB NoSQL](../nosql/vector-search.md)
3536
- [Vector database in Azure Cosmos DB for MongoDB](../mongodb/vcore/vector-search.md)
3637
- [What is vector search?](vector-search-overview.md)

articles/cosmos-db/gen-ai/knn-vs-ann.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Two major categories of vector search algorithms are k-Nearest Neighbors (kNN) a
3333

3434
## Related content
3535
- [What is a vector database?](../vector-database.md)
36+
- [Retrieval Augmented Generation (RAG)](rag.md)
3637
- [Vector database in Azure Cosmos DB NoSQL](../nosql/vector-search.md)
3738
- [Vector database in Azure Cosmos DB for MongoDB](../mongodb/vcore/vector-search.md)
3839
- [What is vector search?](vector-search-overview.md)

0 commit comments

Comments
 (0)