Releases: ErfanShm/ChatDoc
Releases · ErfanShm/ChatDoc
v0.5.0
ChatDoc v0.5.0 Release (November 17, 2024)
🌟 What’s New?
- Summarization Made Simple: Quickly distill the essence of lengthy documents with the new summarization feature.
- Prompt Refinement Toggle: Improve the clarity and precision of your queries with an intuitive toggle feature.
- Chunking Summaries: Seamlessly process large documents by breaking them into manageable parts.
- Code Improvements: Behind-the-scenes cleanup and optimization ensure a smoother, more reliable experience.
- Refreshed UI: A polished, user-friendly interface for effortless navigation.
🛠️ Special Thanks
A big shoutout to @MohammadAmanlou for their first contribution, bringing key improvements to this release. Your effort has been invaluable! 🙌
🔗 Full Changelog: Dive into the details here.
v0.1.0
Initial Release (August 31, 2024)
Alpha release of ChatDoc! This project demonstrates how to leverage advanced AI models for document-based question answering, offering a user-friendly interface for interacting with multiple document types.
Key Features:
- Streamlit Interface: Provides a web-based interactive experience for chatting with documents. Users can process TXT, PDF, CSV, and JSON files from a specified folder and ask questions based on the content.
- Document Processing: Supports extraction and processing of text from various file formats, including PDFs, TXT files, CSVs, and DOCX files.
- Conversation Management: Allows users to engage in meaningful conversations with the processed documents, using a retrieval-augmented generation (RAG) approach.
- Chat History: Maintains a history of the conversation during the chat session, enabling users to review and reference previous interactions.
Contributors: