RAG based app is created for financial literacy. This project utilises Gemini LLM, Langchain, and Qdrant.
qdrant/qdrant and run at port 6333:6333requirements.txt.env file and mention your Gemini API key in it.a. ingest.py, and check the database at http://localhost:6333/dashboard
b. retriever.py
c. Run uvicorn rag:app command on CLI, it will prompt you to go to http://127.0.0.1:8000/
The templates folder contains html based front-end part.
The Data folder contains sample pdfs, more data can be added to it, based on which the FinnoRAG will answer the user's query.
5 commits
Python
63.4%
HTML
36.6%
RAG based app is created for financial literacy. This project utilises Gemini LLM, Langchain, and Qdrant.
qdrant/qdrant and run at port 6333:6333requirements.txt.env file and mention your Gemini API key in it.a. ingest.py, and check the database at http://localhost:6333/dashboard
b. retriever.py
c. Run uvicorn rag:app command on CLI, it will prompt you to go to http://127.0.0.1:8000/
The templates folder contains html based front-end part.
The Data folder contains sample pdfs, more data can be added to it, based on which the FinnoRAG will answer the user's query.
5 commits
Python
63.4%
HTML
36.6%