Releases: linjungz/chat-with-your-doc
Releases · linjungz/chat-with-your-doc
Enhancement
What's Changed
Add support for additional configuration for API request as environment variables, such as temperature, request time out and so forth.
Add support for choosing existing vector store in web ui
New Contributors
Full Changelog: v0.4.0...v0.4.1
Add Support for OpenAI API
v0.3.0 Web UI changed to Streamlit with support for streaming
What's Changed
- Web UI changed to Streamlit, with support for streaming by @linjungz in #18
(Original gradio-based UI will no longer be maintained.)
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
Feature/Change
Web UI: attach referenced source documents at the end of the answer
CLI: shorter option name for ingestion
packages version updated
Bug fix:
Add exception handling for openai request timeout
change prompt to ensure same language for question and answer
Initial release
Feature for this release:
- Upload documents as external knowledge base for Azure OpenAI GPT-4/ChatGPT.
- Support various formats including PDF, DOCX, PPTX, TXT and etc.
- Support for both cli and web ui.