Paul-Louis NECH
Paul-Louis NECH
H @searchivarius thanks for the quick reply! Indeed, I see your example works as expected. I'll check if there's any difference, and if I don't find an explanation why I...
Debugging further, it looks like the issue happens only when I call `knnQueryBatch` with a single item: ```py # Calling knnQueryBatch on the whole `embeddings` returns valid distances: batch_results =...
Looks like this was it! Agree that typing hints could help, although I'm unsure of the right way to add them to such a lib. At least we have an...
@remy415 thanks for the guidance! Here's the full log of a query after enabling debug logging: Debug logs ``` Mar 06 18:56:33 XPS24 ollama[591887]: time=2024-03-06T18:56:33.428+01:00 level=INFO source=cpu_common.go:11 msg="CPU has AVX2"...
Hi @thornycrackers, thanks for this feedback! Improving the faceting handling in this project is definitely something we will consider, although I'm not sure what will be the timeline for implementing...
Thanks for sharing this! So if I understand correctly, you're asking for better replicas support in Django, and especially supporting search with sort parameter by using the appropriate replica. This...
Thanks for the clarification! We'll update you here as we make progress on this feature 🙂
Hi there, sincere apologies for the slow reply. That's a nice solution to this issue, with the same concern as @alexhayes that as it relies on behavior from a `contrib`...
I would use the same convention as for [`tags`](https://github.com/algolia/algoliasearch-django#tags-1): if it's a member just take it, if it's a `callable` call it everytime we need its value. This way we...
@clemfromspace :100:, let's stop duplicating E2E tests for the sake of it. I'm all in for mocking everywhere we can! :slightly_smiling_face: This being said, I still believe exposing `wait_task` to...