Join Slack
Powered by
Is this doc up to date? <https://github.com/typese...
# community-help
d
Diego
06/16/2024, 1:32 AM
Is this doc up to date?
https://github.com/typesense/typesense-instantsearch-adapter?tab=readme-ov-file#vector-search
I am wondering why we can’t do vector search just by adding the other vector_query parameter:
Copy code
vector_query: "embedding:([], alpha: 0.8)",
I guess maybe I’m querying typesense wrong? xd
j
Jason Bosco
06/16/2024, 5:00 AM
That part was written before we had built-in embedding generation inside of typesense
Jason Bosco
06/16/2024, 5:00 AM
You can just use vector query like you’ve described with semantic search
d
Diego
06/16/2024, 5:18 AM
Ah nice 😄 thanks
Open in Slack
Previous
Next