This repo covers end-to-end examples on the various features and integrations with Weaviate! Here is an outline of the folders:
Similarity Search shows how to run nearText
, nearObject
and nearVector
queries in Weaviate. It is divided by the different providers:
Hybrid Search allows you to combine keyword and vector search. The notebook covers how to run a hybrid search query, search on a specific property, add in a where
filter, and how to search with an embedding. It is divided by the different providers:
Generative Search allows you to improve your search results by piping them through LLM models. It is divided by the different providers:
Integrations with Weaviate
Please note this is an ongoing project, and updates will be made frequently. If you have a feature you would like to see, please drop it in the Weaviate Forum.