Skip to content

Platypus27-coder/RAG_With_ChatUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RAG Chatbot with UI (LangChain + Vicuna)

Giới thiệu

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

Công nghệ sử dụng

  • LLM: Vicuna / HuggingFace Transformers
  • Framework: LangChain
  • Vector Database: ChromaDB
  • UI: Chainlit
  • Embedding: HuggingFace Embeddings

Cài đặt

1. Clone repo

git clone https://github.com/your-username/rag-chatbot.git
cd rag-chatbot

2. Thư viện

pip install -r requirements.txt 

3. Chạy app

chainlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors