Chat with your documents using LangChain and Chainlit.
└── chat-documents/
├── app.py
├── components
│ ├── chainlit
│ ├── chains.py
│ ├── document_loader.py
│ ├── index_builder.py
│ ├── rag_workflow.py
│ └── schemas.py
└── resources