Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hybrid Search Support for Node.js SDK & REST API #5960

Open
Seigneurhol opened this issue Jan 15, 2025 · 2 comments
Open

Hybrid Search Support for Node.js SDK & REST API #5960

Seigneurhol opened this issue Jan 15, 2025 · 2 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@Seigneurhol
Copy link

Seigneurhol commented Jan 15, 2025

Hello,

I noticed that the Python SDK for Vertex AI Vector Search supports hybrid search, enabling the use of both sparse and dense embeddings, as mentioned in the Hybrid Queries - Python SDK.

However, when exploring the documentation for Node.js SDK and the REST API, I couldn’t find details on how to implement hybrid search.

Is hybrid search currently supported for Node.js and REST APIs? If yes, could you clarify where to find the relevant documentation?
Regarding nearest neighbor search, I found the function findNeighbors in the Node.js SDK reference.

Thank you in advance for your assistance and clarification!

@sofisl sofisl self-assigned this Jan 23, 2025
@sofisl
Copy link
Contributor

sofisl commented Jan 23, 2025

Ah, it seems like it's currently stuck because the protos are too large. I'm working with the team internally to figure out what to do. Stay tuned!

@sofisl sofisl added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 23, 2025
@Seigneurhol
Copy link
Author

Thank you for you answer !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants