A simple chatbot that is RAG with GSoC projects and ideas.
Check out the deployed version: Start Chat
Or check the searchable Index here
Read my Blog for more information: GSoC24-RAG
pip install -r requirements.txt
export OPENAI_API_KEY=<api_key>
llamaindex-cli rag --files "./chatbot-creation/data"
llamaindex-cli rag --question "give me list of 10 easy ideas with python and Machine Learning?"
llamaindex-cli rag --chat
for this to work you need to have these stuff installed npm, node, pipx, poetry, llamaIndex-cli
llamaindex-cli rag --create-llama
cd chatbot-creation
python chat.py
- Data collection and extraction, check data-collection
- Data Loading and Ingestion Pipeline chatbot-creation
- Chatbot deployment
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.