Skip to content
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

Weaviate: An ML-first vector database for similarity/hybrid search #21

Merged
merged 10 commits into from
Apr 25, 2023

Conversation

prrao87
Copy link
Owner

@prrao87 prrao87 commented Apr 25, 2023

Add Weaviate

This PR adds code to vectorize and index the wine reviews dataset to Weaviate, an open source vector database with a range of fascinating features. Just like in the case with Qdrant, Weaviate also allows the user to bring custom vectors, so the same code that used ONNX optimizations and quantization is reused here, and the ONNX-quantized model is used to vectorize the data, and supplied to Weaviate to index along with the rest of the JSON data.

In particular, the hybrid search and GraphQL APIs need some more exploration, so more on that soon!

@prrao87 prrao87 added the new functionality New functionality label Apr 25, 2023
@prrao87 prrao87 merged commit 62e165d into main Apr 25, 2023
@prrao87 prrao87 deleted the weviate branch April 25, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new functionality New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants