Skip to content

Releases: linjungz/chat-with-your-doc

Enhancement

05 Aug 14:22
0b5a7ba
Compare
Choose a tag to compare

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

09 Jul 15:06
4fb57cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0 Web UI changed to Streamlit with support for streaming

02 Jul 15:42
aacd932
Compare
Choose a tag to compare

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

01 Jul 23:23
b9f5424
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jun 07:32
abb4312
Compare
Choose a tag to compare

What's Changed

  • Feature dev by @linjungz in #3
    User can specify deployment name for embedding model
    reduce token usage in chat history to avoid reaching token limit

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Jun 12:41
68b539d
Compare
Choose a tag to compare

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

03 May 08:26
Compare
Choose a tag to compare

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.