VectorHub
VectorHub copied to clipboard
VectorHub is a free, open-source learning website for people (software developers to senior ML architects) interested in adding vector retrieval to their ML stack.
Article
New vendor/product profile information. And a small typo fix for the main listing page.
Tony Seale ## Describe your changes ## Issue ticket number and link ## Checklist before requesting a review - [ ] I have followed the contribution guidelines - [ ]...
Add Hyperspace to the list of search DB
add action for verifying author of changes in vendor.schema.json
when i run : # Get node and relation IDs france = nodes["France"] rel = edges["/location/location/contains"] burgundy = nodes["Burgundy"] riodj = nodes["Rio de Janeiro"] bnc = nodes["Bonnie and Clyde"] #...
Adding @jcodella as a contributor
## Issue We need to add a GH action to protect against schema changes for the comparison table. Something that informs the user that any changes to the `vendor.schema.json` file...
Add new article: Multi-attribute search with vector embeddings This article explores advanced techniques for multi-attribute vector search, comparing a naive approach with the more effective Superlinked method. Key points: -...