package
0.0.0-20240406125407-aba7d2c3c9f7
Repository: https://github.com/go-aie/llmflow.git
Documentation: pkg.go.dev

# README

Milvus

Using Milvus as the vector store.

Installation

For how to install Milvus in different scenarios, see Official Documents.

For testing purpose, here we choose to Install Milvus Standalone with Docker Compose.

$ wget https://github.com/milvus-io/milvus/releases/download/v2.3.3/milvus-standalone-docker-compose.yml -O docker-compose.yml
$ sudo docker compose up -d