-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add Documentation for Filtering Search Results and Partial Indices in Vector Search #159
Conversation
@ChuckHend I have added documentation for the I have followed the existing documentation style and ensured that the examples are clearly structured. Let me know if any adjustments or changes are needed. I am happy to make any necessary updates. |
@ChuckHend Can this be merged now? or any changes needed here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like how the example uses the index with product_category
and price
. Can you add those values to the example.sql file so that these new docs function correctly with it?
If we add those columns to the example data, and update these changes to use where_sql
as the parameter name I think this is good to merge.
Co-authored-by: Adam Hendel <ChuckHend@users.noreply.github.com>
@ChuckHend Done with review comments |
@ChuckHend Are there anything from my end to fix the workflows. I think it's not related to changes of this PR |
Thank you! I think there is an issue with CI that is unrelated to this PR, so I will merge this now. |
… Vector Search (tembo-io#159) * docs: add filtering and partial index examples to vector search documentation * docs: add note for partial indices * update columns
/claim #143
Closes #143