Skip to content

hthoai/chat-documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT-DOCUMENTS

Chat with your documents using LangChain and Chainlit.

Features

Self-RAG

Self-RAG using LangGraph

Repository Structure

└── chat-documents/
    ├── app.py
    ├── components
    │   ├── chainlit
    │   ├── chains.py
    │   ├── document_loader.py
    │   ├── index_builder.py
    │   ├── rag_workflow.py
    │   └── schemas.py
    └── resources

Releases

No releases published

Packages

No packages published

Languages