Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omjavia/doc_query_genie
Rag (Retreival Augmented Generation) Python solution with LLama3, LangChain, Ollama and ChromaDB in a Flask API based solution
https://github.com/omjavia/doc_query_genie
chromadb langchain-python llama3-meta-ai ollama rag
Last synced: about 2 months ago
JSON representation
Rag (Retreival Augmented Generation) Python solution with LLama3, LangChain, Ollama and ChromaDB in a Flask API based solution
- Host: GitHub
- URL: https://github.com/omjavia/doc_query_genie
- Owner: OmJavia
- Created: 2024-06-20T11:37:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T07:23:57.000Z (2 months ago)
- Last Synced: 2024-11-10T08:21:29.232Z (2 months ago)
- Topics: chromadb, langchain-python, llama3-meta-ai, ollama, rag
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
*RAG*
Rag (Retreival Augmented Generation) Python solution with LLama3, LangChain, Ollama and ChromaDB in a Flask API based solution
Here we can do multiple things such as :-
a. Use it as OpenAI and ask any question.b. We can Upload a pdf and can ask any question from in betweeen and it will answer your question and also give the refernce from which paragragh/ line did he found it out.