camel
camel copied to clipboard
[Feature Request] Fix DeprecationWarning in QdrantStorage
Required prerequisites
- [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
Motivation
DeprecationWarning: `search` method is deprecated and will be removed in the future. Use `query_points` instead.
search_result = self._client.search(
Solution
No response
Alternatives
No response
Additional context
No response