Skip to content

Releases: openchatai/OpenChat

v0.3.7-beta

18 Feb 09:36
b0b49eb
Compare
Choose a tag to compare

What's Changed

  • The conversational retrieval functionality is now operating as expected. It successfully sends the conversation history to the language model, allowing the context from previous interactions to be utilized effectively. by @lvalics in #239
  • Added support for Ollama as the Language Model (LLM). Ensure Ollama is specified in the .env configuration and the model is preloaded on the server. by @lvalics in #239

Full Changelog: v0.3.6...0.3.7-beta

v0.3.6-beta

17 Feb 16:34
cc35064
Compare
Choose a tag to compare
v0.3.6-beta Pre-release
Pre-release

What's Changed

  • Incorporate 'Ollama' into your example.env configuration and make sure to reflect these changes in your .env file for compatibility. by @lvalics
  • We've expanded the logging capabilities within settings.py by deploying logging.debug for more detailed insights, although it remains inactive when the DEBUG mode is off. by @lvalics
  • We've refreshed the dependencies listed in requirements.txt to ensure the latest support and functionality. by @lvalics
  • Updates to LangChain and OpenAI libraries, now feature the exciting addition of Ollama, currently under development. by @lvalics
  • This version has a significant update that is still pending comprehensive testing; therefore, we advise against deploying it in production environments until it is fully vetted. by @lvalics
  • Modifications have been made to the history module to append the input message to requests sent to OpenAI. These changes are still being tested. (disabled for the moment). by @lvalics
  • Implemented translation fixes to enhance application localization. by @lvalics
  • Updated docker-compose.yaml to prefix each container with oc_ for better namespace management. by @lvalics
  • Ensured existence of Vector Database (QDrant) prior to web crawling operations to address issues encountered with large websites, ensuring Vector Database creation and availability. by @lvalics

v0.3.5-beta

15 Nov 20:49
5a8df3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.33...v0.3.5-beta

Prebuilt Docker Images for Backend Servers

20 Aug 16:07
d5dd57e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.33

App rewrite in django

13 Aug 20:19
4c1e578
Compare
Choose a tag to compare

Openchat v0.3.3-beta (August 11, 2023)

Added 🚀

  • 🔥 Completely rewrote codebase in Django for improved performance and maintainability. Includes faster web scraping and PDF parsing.

  • ➖ Removed dependency on llm-server microservice.

  • ➕ Added support for Azure OpenAI and OpenAI APIs.

  • ⚡️ Significantly reduced build times.

  • 🛠️ Enhanced developer environment with VSCode debugging scripts.

  • 🐇 Integrated Celery task queue and debugging.

  • 🔃 Faster hot reloading for development.

  • ♻️ Completely compatible with the prior version that uses Pinecone and OpenAI, although currently encounters issues when using with Qdrant vector store.

Known Issues

While testing and refinement is still underway, the product is ready for use. We will continuously improve and enhance the product in subsequent releases. Please contact us if any significant issues are encountered.

Special Notes

  • The new Django codebase allows for easier customization and extensibility. See docs for details.

  • With the addition of Celery, it's important to properly configure and run Celery workers for async task handling.

  • A huge thank you to all our users who have provided feedback and support leading up to this milestone release! We couldn't have done it without you.

Documentation

For complete documentation on the new Django codebase, please see:

  • Opechat Django Backend - Provides overview, setup instructions, API references, and customization guides for the Django backend services.

0.32-beta

22 Jul 21:10
1ed4af7
Compare
Choose a tag to compare
  • Qdrant offline vector DB support
  • Azure OpenAI support
  • General fixes

0.31-beta

09 Jul 17:57
57aa416
Compare
Choose a tag to compare
Screenshot 2023-07-09 at 7 58 27 PM
  • Introducing the new chat bubble!

Fixes:
#106
#100
#60
#49

0.3.0-beta

19 Jun 17:03
79887af
Compare
Choose a tag to compare
Untitled.mp4
  • 🎉 🎉 🎉 🎉 🎉 Introducing OpenChat Search, integrate AI in your normal search button. 🎉 🎉 🎉 🎉 🎉
  • Now you can customize the initial prompt via one click, this will open many possioblites for your chatbots, for example, you can ask the chatbot to answer in a certain language or certian style
  • We added pre-made tempalates for your inital prompt, in one click, your chatbot can act as a search engine, ghost writer, pair programmer, and more!
  • We added the history feature, now you can see all the new conversaions in the history tab.
  • We fixed a bug that prevented some users from deleting their bots. So now you can delete your current bots with no problems
  • We fixed a bug that prevented users from embedding their chatbots on theri web apps, it should work smoothly!
  • We did some desgin enhancments in the settings page to make it cleaner.
  • After many requests, we now have simple pricing plans! we think it's unbeatable, in returun, you will have access on moreik 8jm features on the cloud based verison, and a lot more capacity (like a lot), the free package still there!
  • Now, we have 5000 bots, and we cralwed more than 30000 pages! thanks for the support!
  • Zapier integration is available via invite only, connect your chatbots with thousensd of applications such as Slack, intercome, Zendesk, gmail and many. so you can litrally run openchat every where!

Thanks for the awesome contributors:

Ikko Eltociear Ashimine
Ikko Eltociear Ashimine

🤔 💻
Joshua Sindy
Joshua Sindy

🐛
Erjan Kalybek
Erjan Kalybek

📖
WoahAI
WoahAI

🐛 💻

0.2.0

04 Jun 12:20
da91419
Compare
Choose a tag to compare
  • A lot of refactoring in the LLM server
  • Introduce full code base ingesting
Add.a.heading.1.1.mp4

0.1.0

30 May 15:23
Compare
Choose a tag to compare
First commit