weaviate

Open-source vector database for storing objects and vectors

brewmacoslinux
Try with needOr install directly
Source

About

Open-source vector database that stores both objects and vectors

Commands

weaviate

Examples

Start Weaviate server on default port 8080$ weaviate --host 0.0.0.0 --port 8080
Start Weaviate with custom configuration file$ weaviate --config-file /path/to/config.yaml
Display Weaviate version and help information$ weaviate --version