Skip to content

Add dialect to vector similarity search example #2401

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

Closed
alonre24 opened this issue Sep 28, 2022 · 0 comments · Fixed by #2402
Closed

Add dialect to vector similarity search example #2401

alonre24 opened this issue Sep 28, 2022 · 0 comments · Fixed by #2402

Comments

@alonre24
Copy link

In search_vector_similarity_examples.ipynb

q = Query("*=>[KNN 2 @v $vec]").return_field("__v_score") should be replaced with:
q = Query("*=>[KNN 2 @v $vec]").return_field("__v_score").dialect(2)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant