Results 2 issues of Pablo Oliva

[FIX_NOTES.md](https://github.com/user-attachments/files/23709286/FIX_NOTES.md) [PATCH_INSTRUCTIONS.md](https://github.com/user-attachments/files/23709288/PATCH_INSTRUCTIONS.md) [qdrant-txtai-compatibility-fix.patch](https://github.com/user-attachments/files/23709289/qdrant-txtai-compatibility-fix.patch) [qdrant-txtai-fix-detailed.patch](https://github.com/user-attachments/files/23709287/qdrant-txtai-fix-detailed.patch) ## Description The qdrant-txtai integration fails when attempting to perform search operations due to the `search_batch` method being deprecated and removed from recent versions of qdrant-client....

Fix for issue https://github.com/qdrant/qdrant-txtai/issues/10 Update the qdrant-txtai integration to use the new qdrant-client API methods. Specifically: Replace search_batch calls with appropriate new methods (query_batch_points or search) Update any other deprecated...