389 Forks
6688 Stars
6688 Watchers

weaviate

Weaviate is an open source vector database that stores both objects and vectors, allowing for combining vector search with structured filtering with the fault-tolerance and scalability of a cloud-native database, all accessible through GraphQL, REST, and various language clients.

How to download and setup weaviate

Open terminal and run command
git clone https://github.com/weaviate/weaviate.git
git clone is used to create a copy or clone of weaviate repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with weaviate https://github.com/weaviate/weaviate/archive/master.zip

Or simply clone weaviate with SSH
[email protected]:weaviate/weaviate.git

If you have some problems with weaviate

You may open issue on weaviate support forum (system) here: https://github.com/weaviate/weaviate/issues