• Stars
    star
    279
  • Rank 142,496 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Weaviate vector database – examples

Weaviate examples

List of examples and tutorials of how to use the Vector Search Engine Weaviate for cool machine-learning related tasks.

Running Weaviate

  • Most examples assume you have a Weaviate running. You can run one locally by following this installation guide in the documentation.
    • If you need a specific vectorizer module or another ML module, it will be explained in the tutorial.
  • Basic links: Documentation – Github - Slack

Examples

Title Language Description
Semantic search through Wikipedia with the Weaviate vector search engine GraphQL Semantic search through a vectorized Wikipedia (SentenceBERT) with the Weaviate vector search engine
PyTorch-BigGraph Wikidata search with the Weaviate vector search engine GraphQL Search through Facebook Research's PyTorch BigGraph Wikidata-dataset with the Weaviate vector search engine
Multi-Modal Text/Image search using CLIP Bash, Javascript, React Use text to search through images using CLIP (multi2vec-clip). Also acts as a demo on how to use Weaviate with React
Google Colab notebook: Getting started with the Python Client python (Google Colab) Google Colab notebook to learn to get started with the Python client. Contains plenty of example code.
Demo dataset News Publications with Contextionary yaml Docker-compose configuration file of Weaviate with a News Publications demo dataset.
Demo dataset News Publications with Transformers, NER, Spellcheck and Q&A yaml Docker-compose configuration file of Weaviate with a News Publications demo dataset. The vectorization is done by a text2vec-transformers module, and the spellcheck, Q&A and Named Entity Recognition module are connected.
Weaviate simple schema Python Easy example of a schema and how to upload it to Weaviate with the Python client
Semantic search through wine dataset Python Easy example to get started with Weaviate and semantic search with the Transformers module
Unmask Superheroes in 5 steps using the Weaviate NLP module and the Python client Python Super simple 5 step guide to get started with the Weaviate NLP modules. This is a basic introduction to semantic search with Weaviate and the Python client.
Information Retrieval with BERT (Weaviate without vectorizer module) Python (Jupyter Notebook) In this example we are going to use Weaviate without vectorization module, and use it as pure vector database to use a BERT transformer to vectorize text documents, then retrieve the closest ones through Weaviate's Search
Text search with weaviate using own vectors Python A basic and simple example using our own vectors(obtained using SBERT, but any other model can also be used) in weaviate
Harry Potter Question Answering with Haystack & Weaviate Python (Jupyter/Colab notebook) A demo notebook showing how to use Weaviate as DocumentStore in Haystack.
Vegetable classification using image2vec-neural Python An image classification example made using image2vec-neural and flask to classify vegetable images
Exploring multi2vec-clip with Python and flask Python This example explores the multi2vec-clip module to implement an image and text combined search functionality.
Toxic Comment Classifier having GUI in Tkinter Python An example to classify comments as Toxic or Non Toxic
Plant information searching in NodeJs and Javascript NodeJs, Javascript A simple example to demonstrate how to use weaviate in NodeJs using Javascript APIs
Web App for movie recommendation NodeJs, Javascript An example demonstration how to easily make a movie recommender using weaviate
Generate Data profile for data stored in weaviate cluster Python, NodeJs, Javascript An example demonstration how to easily generate data profile for data in weaviate cluster using pandas library of python
Example with NER module of weaviate Python Minimal example to get started with and use NER module to extract useful data and store it
Workshop Vector Databases Python notebook Jupyter/Colab notebook to learn how to get started with Vector Search and Weaviate, given at Open Data Science Conference (ODSC) East 2022
Workshop Question Answering Python notebook Jupyter/Colab notebook to learn how to get started with Question Answering and Weaviate, given at Knowledge Graph Conference (KGC) 2022
Attendance system using image2vec-neural and own vectors Python This example uses image2vec-neural and has an option to use own vectors using OpenCV. It is a smart attendance system example
Monitoring Setup with Prometheus & Grafana yaml This example does not describe any use case, but rather shows a way of how to start, operate and configure Weaviate with Prometheus-Monitoring and a Grafana Instance with some sample dashboards.

More Repositories

1

weaviate

Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.
Go
9,241
star
2

Verba

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
Python
2,028
star
3

semantic-search-through-wikipedia-with-weaviate

Semantic search through a vectorized Wikipedia (SentenceBERT) with the Weaviate vector search engine
Python
238
star
4

recipes

This repository shares end-to-end notebooks on how to use various features and integrations with Weaviate at the core!
Jupyter Notebook
235
star
5

healthsearch-demo

Discover Healthsearch: Unlocking Health with Semantic Search ✨
TypeScript
141
star
6

weaviate-python-client

A python native client for easy interaction with a Weaviate instance.
Python
127
star
7

awesome-weaviate

Awesome Weaviate
78
star
8

weaviate-podcast-search

Search through the Weaviate Podcast!
Python
56
star
9

typescript-client

Official Weaviate TypeScript Client
TypeScript
53
star
10

weaviate-io

Website for the Weaviate vector database
MDX
47
star
11

weaviate-helm

Helm charts to deploy Weaviate to k8s
Shell
43
star
12

st-weaviate-connection

A python package that provides a custom streamlit connection to query data from weaviate, the AI native vector database
Jupyter Notebook
43
star
13

generator9000

Web App for generating synthetic data
TypeScript
35
star
14

t2v-transformers-models

This is the repo for the container that holds the models for the text2vec-transformers module
Python
33
star
15

spark-connector

Weaviate connector for Apache Spark
Scala
33
star
16

biggraph-wikidata-search-with-weaviate

Search through Facebook Research's PyTorch BigGraph Wikidata-dataset with the Weaviate vector search engine
JavaScript
31
star
17

BookRecs

A simple semantic search demo to list books based on user query
TypeScript
30
star
18

DEMO-text2vec-openai

This repository contains an example of how to use the Weaviate vector search engine's text2vec-openai module
Python
30
star
19

Generative-Feedback-Loops

Resources for exploring Generative Feedback Loops with Weaviate!
Jupyter Notebook
28
star
20

ref2vec-ecommerce-demo

Demo on using Weaviate's ref2vec vectorizer for building Recommendation Systems!
Python
26
star
21

weaviate-go-client

Go
23
star
22

weaviate-benchmarking

Tools for various benchmarking scenarios
Go
21
star
23

howto-weaviate-retrieval-plugin

Python
19
star
24

how-to-ingest-pdfs-with-unstructured

Jupyter Notebook
16
star
25

java-client

Official Weaviate Java Client
Java
15
star
26

weaviate-gorilla

Fine-tuned LLMs to use the Weaviate APIs!
Jupyter Notebook
12
star
27

weaviate-rust-client

Rust client library to interact with Weaviate
Rust
12
star
28

weaviate-infra

JavaScript
11
star
29

contextionary

Weaviate's own language vectorizer, which allows for semantic context-based searches in Weaviate
Go
11
star
30

weaviate-chaos-engineering

Chaos-Engineering-Style CI Pipelines to make sure Weaviate handles whatever the real world throws at it.
Python
10
star
31

weaviate-cli

CLI tool for Weaviate
Python
10
star
32

arXiv-demo-dataset

This repository will contain a demo using Weaviate with data and metadata from the arXiv dataset.
HTML
10
star
33

weaviate-javascript-client

No longer maintained, please see the TypeScript client
TypeScript
10
star
34

partner-integration-examples

Jupyter Notebook
8
star
35

typescript-embedded

An embedded Weaviate database with TypeScript client interface
TypeScript
8
star
36

weaviate-diagnostics

Weaviate Diagnostics 🩺
Go
7
star
37

DEMO-datasets

Weaviate Demo Docker Compose files
6
star
38

multi2vec-bind-inference

Python
6
star
39

ner-transformers-models

The inference container for the Weaviate NER transformers module
Python
6
star
40

demo-fixie-weaviate

How to build an agent that integrates with weaviate
Jupyter Notebook
4
star
41

Getting-Started-With-Weaviate-Python-Client

Jupyter Notebook
4
star
42

multi2vec-clip-inference

Weaviate module inference code for the multi2vec-clip module
Python
3
star
43

CORD-19-Weaviate

Python
3
star
44

DEMO-GameWalkthroughs

Weaviate demo dataset with game walkthroughs
Python
3
star
45

recipes-ts

TypeScript
3
star
46

reranker-transformers

Python
3
star
47

verba-weaviate-data

Python
2
star
48

qna-transformers-models

The inference container for the qna module
Python
2
star
49

DEMO-NewsPublications

Weaviate demo with news publications
Python
2
star
50

t2v-gpt4all-models

This is the repo for the container that holds the models for the text2vec-gpt4all module
Python
2
star
51

weaviate-io-site-search

Python
2
star
52

multi-tenancy-load-test

Smarty
2
star
53

confluent-connector

Jupyter Notebook
2
star
54

weaviate-BEIR-benchmarks

Collection of the BEIR benchmarks uploaded and backed up in Weaviate!
Jupyter Notebook
2
star
55

sum-transformers-models

Transformers-based Summarization inference models based on transformers architecture
Python
2
star
56

DEMO-SimpleWiki

Wikipedia simple english for Weaviate
Python
2
star
57

sroar

Serialized Roaring Bitmaps
Go
2
star
58

weaviate-on-gcp-marketplace

Required Images and Build Scripts to publish Weaviate on GCP Marketplace
Python
1
star
59

weaviate-breadboard-kit

A breadboard kit for weaviate
TypeScript
1
star
60

i2v-pytorch-models

Inference containers for the Weaviate `img2vec-pytorch` module
Python
1
star
61

DEMO-ProductCatalog

Product catalog for Weaviate
Python
1
star
62

TEMPLATE-python

A python project template
Python
1
star
63

weaviate-graphql-prototype

weaviate-graphql-prototype
JavaScript
1
star
64

podcast-flow

Generate new content ideas from your existing content
Python
1
star