-
Notifications
You must be signed in to change notification settings - Fork 199
Feedback: Vector search #1273
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
Comments
Hello @vguptaa45. Thank you for reaching out. There was an internal discussion about this issue, and one of our developer leads suggests adding |
Hi. Getting the following error: "Vector search all failed: Syntax error at offset 49 near LIMIT" Have i implemented it correctly: ` # 1. Convert query vector
` |
Let me rephrase - to get the first 15 results using redis-py, you will have to use the following query structure:
Let me know if it works for you @vguptaa45 |
That worked! Thanks you for the help. Would appreciate if this is clearely added to the docs and the website. Have a great day |
Noted. Thanks again. |
Not able to extract more than 10 documents in vector search. Tried replacing <top_k> multiple times with a higher number.
Page https://redis.io/docs/latest/develop/interact/search-and-query/query/vector-search
The text was updated successfully, but these errors were encountered: