Skip to content

Binbasri-in/GSoC24-RAG

Repository files navigation

ko-fi

🦙📚 GSoC24-RAG

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

image of the streamlit app

Installation

pip install -r requirements.txt

create the RAG CLI

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

Create the full stack chatbot

for this to work you need to have these stuff installed npm, node, pipx, poetry, llamaIndex-cli

llamaindex-cli rag --create-llama

To run chat in command line with my code

cd chatbot-creation
python chat.py

Development plan

Check out the following resources for more information

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

About

A simple chatbot that is RAG with GSoC projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published