Is this doc up to date? <https://github.com/typese...
# community-help
d
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
That part was written before we had built-in embedding generation inside of typesense
You can just use vector query like you’ve described with semantic search
d
Ah nice 😄 thanks