Weaviate Vector Database
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.
Getting started with Weaviate
- Register a Weaviate account as mentioned in the Weaviate documentation.
- Create a Cluster as mentioned here.
- Navigate to
Dashboard🞂Cluster Detailsand grab the Cluster URL.

- To get API keys, click the
API keysbutton.
Setting up the Weaviate connector in Unstract
-
Sign in to the Unstract Platform
-
From the side navigation menu, choose
Settings🞂Vector DBs -
Click on the
New Vector DB Profilebutton -
From the list of supported Vector DBs, choose
Weaviate. You should see a dialog box where you enter details.
-
For
Name, enter a name for this connector. -
For
URL, paste in the value ofCluster Detailscopied in the earlier section. -
For
Api Key, paste in the value copied in the earlier section. -
Click on
Test Connectionand ensure it succeeds. You can finally click onSubmitand that should create a new VectorDB Profile for use in your Unstract projects.