/chat-documents

Chat with your documents using LangChain and Chainlit.

Primary LanguagePython

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