Conversation
…drant client timeout
This PR resolves an issue where the system would crash during collection creation if a timeout occurred. Previously, when the collection creation timed out, no alias was created, and the subsequent check would fail when trying to access the first element of an empty aliases list. Changes: * Improved alias checking by verifying existence before comparison * Added try-catch blocks in collection creation with helpful error messages suggesting timeout increase
Added CCAT_QDRANT_CLIENT_TIMEOUT environment parameter to configure Q…
Improve Qdrant collection management with safer alias handling and errors handligs
Enhances plugin URL validation by skipping entries without a URL or with duplicate URLs, logging warnings for skipped plugins. Ensures installed plugins are removed from the registry list and checks for version upgrades more robustly. Refines filtering logic for better query handling and maintains clarity in plugin management. check for url != plugin_url
Improves plugin validation and handles duplicates
Use the Levenshtein implementation from RapidFuzz instead of the one from LangChain, as the latter will be removed in future versions.
Fix escape characters in utils.parse_json
Levenshtein distance without langchain
Use official langchain cohere
…st. If the directory is not cleaned, a second test run fails
Fix for cleared chat history reloaded by stateful cache managers
Improved classify prompt
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 1.9.2 - Summery Cat
CCAT_QDRANT_CLIENT_TIMEOUTenv var by @primax79utils.parse_jsonby @davidebizzocchicat.classifyby @lucagobbi