curl -fsSL https://ollama.com/install.sh | sh
git clone https://github.com/datvodinh/rag-chatbot.git
cd rag-chatbot
- Install
pip install .
- Run
python app.py --host localhost
- Go to:
http://0.0.0.0:7860/
after setup completed!
- Build
docker compose up --build
- Go to:
http://0.0.0.0:7860/
after setup completed!
- Create file
.env
and input:
OPENAI_API_KEY = "[YOUR API KEY]"
- Support better Embedding Model for Vietnamese.
- Knowledge Graph (for Structure Data).
- Better Document Processing.
- High Level
- Retriever