Streamlit app for question answering using LLMs
Top 90.9% on sourcepulse
DocQA is a Streamlit web application enabling generative question answering over custom documents using LLMs and the LangChain framework. It targets users who want to interact conversationally with their own data without complex setup.
How It Works
The application leverages LangChain to process uploaded text files, creating a vector store database. Users can then ask natural language questions, which are processed by an LLM to generate answers based on the document content. This approach simplifies the integration of LLM-powered Q&A for personal document analysis.
Quick Start & Requirements
setup_env.bat
.run_app.bat
.Highlighted Details
Maintenance & Community
Contributions are welcome via issues or pull requests.
Licensing & Compatibility
MIT License. Permissive for commercial use and closed-source linking.
Limitations & Caveats
The application relies on batch scripts (.bat
) for setup and execution, indicating potential Windows-specific dependencies or a lack of cross-platform compatibility.
2 years ago
Inactive