Skip to content

Commit b00aca4

Browse files
committed
feat: updated architecture
1 parent a7accdb commit b00aca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agentic_rag/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The system has the following features:
1010

1111
- Intelligent query routing
1212
- PDF processing using Docling for accurate text extraction and chunking
13-
- Persistent vector storage with ChromaDB (PDF and Websites)
13+
- Persistent vector storage with ChromaDB and Oracle Database 23ai (PDF and Websites)
1414
- Smart context retrieval and response generation
1515
- FastAPI-based REST API for document upload and querying
1616
- Support for both OpenAI-based agents or local, transformer-based agents (`Mistral-7B` by default)
@@ -358,7 +358,7 @@ The system consists of several key components:
358358
1. **PDF Processor**: we use `docling` to extract and chunk text from PDF documents
359359
2. **Web Processor**: we use `trafilatura` to extract and chunk text from websites
360360
3. **GitHub Repository Processor**: we use `gitingest` to extract and chunk text from repositories
361-
4. **Vector Store**: Manages document embeddings and similarity search using `ChromaDB`
361+
4. **Vector Store**: Manages document embeddings and similarity search using `ChromaDB` and `Oracle Database 23ai`
362362
5. **RAG Agent**: Makes intelligent decisions about query routing and response generation
363363
- OpenAI Agent: Uses `gpt-4-turbo-preview` for high-quality responses, but requires an OpenAI API key
364364
- Local Agent: Uses `Mistral-7B` as an open-source alternative

agentic_rag/img/architecture.png

-2.94 KB
Loading

0 commit comments

Comments
 (0)