Update QdrantVectorSearchTool filter and documentation #3806
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.
Updates documentation across all languages (EN, PT-BR, KO) to reflect recent enhancements to the QdrantVectorSearchTool.
Additionally, add the ability to inject a
Filterfor advanced search capabilities.Changes
QdrantConfigwrapper for initializationfilterparameter:filterparameter inQdrantConfigfor passing Qdrant Filter instancesfilter_by/filter_value) and preset filterstext-embedding-3-smalltotext-embedding-3-large(with corresponding vector size update from 1536 to 3072)QdrantConfigstructure and added documentation for optional parametersFiles Updated
docs/en/tools/database-data/qdrantvectorsearchtool.mdxdocs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdxdocs/ko/tools/database-data/qdrantvectorsearchtool.mdxRelated
Follows recent changes to
lib/crewai-tools/src/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.pythat introduced thefilterparameter replacingfilter_conditions