-
Notifications
You must be signed in to change notification settings - Fork 313
docs: Add "Vector Search on Hugging Face with the Hub as Backend" #276
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
docs: Add "Vector Search on Hugging Face with the Hub as Backend" #276
Conversation
…ebook and update table of contents - Introduced a new notebook demonstrating vector search capabilities using DuckDB with datasets from the Hugging Face Hub. - Updated the table of contents to include the new notebook entry.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
- Changed the link text from "Vector Search with DuckDB" to "Vector Search on Hugging Face" for clarity and accuracy.
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.
Cool thanks! Really like the comparison between using an index versus not using an index 👍
Remember to add this to index.md
and remove the oldest recipe from the list!
…inements - Simplified search functions by removing optional column selection - Fixed minor typos in text descriptions - Removed unnecessary code complexity in embedding and search functions - Updated index page to reflect notebook changes
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 think the extra blank line here may be causing the doc-builder to fail. Can you remove it and see if it fixes things?
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
🎉
What does this PR do?
Fixes # (issue)
Who can review?
Feel free to tag members/contributors who may be interested in your PR.