This repository was archived by the owner on Jan 5, 2025. It is now read-only.
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