Kishore Nallan
Kishore Nallan
Typesense supports two strategies for efficient faceting, and has some built-in heuristics to pick the right strategy for you by default. In `27.0.rc11` RC build, we have introduced a new...
We don't have plans to integrate with external semantic search implementations at the moment. I will leave this issue open as a feature request.
@honzasterba The `k` parameter is described here: https://typesense.org/docs/0.25.1/api/vector-search.html#nearest-neighbor-vector-search It controls the number of results that are fetched from the vector index. > I can provide the DB files if necessary....
@honzasterba Sorry, we could not get around to investigating this in more detail. Can you please share your data again? I have emailed you as well.
@iUnknownAdorn How do you want to combine the scores produced from each vector field?
That sounds good, we will add to our roadmap.
Feature available in `0.26.0.rc48`. You can use the `metadata` key to add additional information to collection schema: ``` curl -k "http://localhost:8108/collections" -X POST -H "Content-Type: application/json" -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -d...
Fix available in `0.26.0.rc65`.
This is already fixed in recent 0.26 RC builds @vamshiaruru32 We're in code freeze for 0.26 and are documenting things for release.
@s-gal Can you try with the `/multi_search` end-point? I wonder if the scoped API key is becoming too large for the GET request.