-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #537 from cheshire-cat-ai/develop
* Fix plugin settings loading * Add `settings_model` function to get the plugin settings model * Validating plugin settings before saving them * Fix `example` deprecation warning * Support Ollama * added user_ids * Update cheshire_cat.py * Update websocket.py * Update websocket.py * Update websocket.py * Update websocket.py * Update websocket.py * updated tests * Moved path methods in utils.py and added deprecation warning for plugins * Removed get_test_plugin_path * Plugin folder as MadHatter object attribute * Mock `cat.utils.get_plugin_path()` * Get the plugin path with utils * Removed unnecessary modules * fix shared working memory overwritten each messages * Refactoring * Support Fastembed * fixed coroutine error * Update utils.py * added GET conversation history * fixed endpoint * added user_id in header * Update headers.py * fixed tests * update working memory, callback and websocket endpoint to handle notification on multiple users * Update plugin.py * Update plugin.py * Add utility to get the path of the current plugin * cat as singleton * issue way * fixed singleton * fix tests for iuser ws messages and memory recall * cat as singleton ready to go * Update auth_static.py * Update test_memory_by_user.py * hotfix plugin loader * Fix hooks before_cat_recall inverted default Default configs passed to hooks are inverted, fixed * FIX: docker build - Dockerfile: COPY whole cat folder in the resulting image - github actions for multiplatform build * Update embedder.py * changed default embedder for fastembedding * changed default embedder for sentence-transformers * Fix issue when using Fastembed (#532) * Update Dockerfile * Fixed bug with 307 http code * Revert "Merge branch 'cheshire-cat-ai:main' into embedder" This reverts commit f7a6138, reversing changes made to 3756f0c. --------- Co-authored-by: Piero Savastano <[email protected]> * Bump qdrant container * version 1.3 --------- Co-authored-by: Nicola Procopio <[email protected]> Co-authored-by: Emanuele Morrone <[email protected]> Co-authored-by: valentimarco <[email protected]> Co-authored-by: Dany <[email protected]> Co-authored-by: Nicorb <[email protected]> Co-authored-by: Riccardo Albero <[email protected]> Co-authored-by: Nicola <[email protected]> Co-authored-by: Samuele Barzaghi <[email protected]> Co-authored-by: Adelina G <[email protected]>
- Loading branch information
Showing
29 changed files
with
462 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.