File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
3583581. **PDF Processor**: we use `docling` to extract and chunk text from PDF documents
3593592. **Web Processor**: we use `trafilatura` to extract and chunk text from websites
3603603. **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`
3623625. **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
You can’t perform that action at this time.
0 commit comments