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:
10
10
11
11
- Intelligent query routing
12
12
- 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)
14
14
- Smart context retrieval and response generation
15
15
- FastAPI-based REST API for document upload and querying
16
16
- 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:
358
358
1. **PDF Processor**: we use `docling` to extract and chunk text from PDF documents
359
359
2. **Web Processor**: we use `trafilatura` to extract and chunk text from websites
360
360
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`
362
362
5. **RAG Agent**: Makes intelligent decisions about query routing and response generation
363
363
- OpenAI Agent: Uses `gpt-4-turbo-preview` for high-quality responses, but requires an OpenAI API key
364
364
- Local Agent: Uses `Mistral-7B` as an open-source alternative
You can’t perform that action at this time.
0 commit comments