Update README.md
This commit is contained in:
parent
4930103312
commit
8c3b4fe8ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
This Streamlit application implements an Autonomous Retrieval-Augmented Generation (RAG) system using OpenAI's GPT-4o model and PgVector database. It allows users to upload PDF documents, add them to a knowledge base, and query the AI assistant with context from both the knowledge base and web searches.
|
This Streamlit application implements an Autonomous Retrieval-Augmented Generation (RAG) system using OpenAI's GPT-4o model and PgVector database. It allows users to upload PDF documents, add them to a knowledge base, and query the AI assistant with context from both the knowledge base and web searches.
|
||||||
Features
|
Features
|
||||||
|
|
||||||
### Freatures
|
### Features
|
||||||
- Chat interface for interacting with the AI assistant
|
- Chat interface for interacting with the AI assistant
|
||||||
- PDF document upload and processing
|
- PDF document upload and processing
|
||||||
- Knowledge base integration using PostgreSQL and Pgvector
|
- Knowledge base integration using PostgreSQL and Pgvector
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue