Một chatbot sử dụng kỹ thuật Retrieval-Augmented Generation (RAG) cho phép:
- Chat với tài liệu (PDF)
- Trả lời dựa trên dữ liệu riêng
- LLM: Vicuna / HuggingFace Transformers
- Framework: LangChain
- Vector Database: ChromaDB
- UI: Chainlit
- Embedding: HuggingFace Embeddings
git clone https://github.com/your-username/rag-chatbot.git
cd rag-chatbotpip install -r requirements.txt chainlit run app.py