This commit is contained in:
Lorenze Jay
2025-02-03 16:19:53 -08:00
parent 96c3fbdddf
commit 12927ba79d

View File

@@ -122,7 +122,6 @@ class QdrantVectorSearchTool(BaseTool):
)
# Search in Qdrant using the built-in query method
query_vector = (
self._vectorize_query(query)
if not self.custom_embedding_fn