Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirudh1905/databot
LLM based RAG pipeline
https://github.com/anirudh1905/databot
chromadb fastapi langchain llama2 llm openai-api rag streamlit vectordb
Last synced: about 2 months ago
JSON representation
LLM based RAG pipeline
- Host: GitHub
- URL: https://github.com/anirudh1905/databot
- Owner: Anirudh1905
- Created: 2024-04-14T06:20:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T08:46:30.000Z (8 months ago)
- Last Synced: 2024-10-18T22:12:12.089Z (3 months ago)
- Topics: chromadb, fastapi, langchain, llama2, llm, openai-api, rag, streamlit, vectordb
- Language: Jupyter Notebook
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Databot
This project enables users to obtain answers to their questions from a document. Users must upload a PDF file and select a model. Subsequently, they can ask questions related to the content of the PDF and receive answers.
## Design
![HLD](image/README/HLD.png)
## Frontend
![databot](image/README/frontend.png)