You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atomic-examples/rag-chatbot/README.md
+53-5Lines changed: 53 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This directory contains the RAG (Retrieval-Augmented Generation) Chatbot example
5
5
## Features
6
6
7
7
1. Document Chunking: Automatically splits documents into manageable chunks with configurable overlap
8
-
2. Vector Storage: Uses ChromaDB for efficient storage and retrieval of document chunks
8
+
2. Vector Storage: Supports both [ChromaDB](https://www.trychroma.com/) and [Qdrant](https://qdrant.tech/) for efficient storage and retrieval of document chunks
9
9
3. Semantic Search: Generates and executes semantic search queries to find relevant context
10
10
4. Context-Aware Responses: Provides detailed answers based on retrieved document chunks
11
11
5. Interactive UI: Rich console interface with progress indicators and formatted output
@@ -15,73 +15,121 @@ This directory contains the RAG (Retrieval-Augmented Generation) Chatbot example
0 commit comments