package
0.0.0-20230905142120-914b2b830c70
Repository: https://github.com/go-aie/gptbot.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.2.4/milvus-standalone-docker-compose.yml -O docker-compose.yml
$ sudo docker compose up -d

Testing

$ go test -v -race
=== RUN   TestMilvus_Query
--- PASS: TestMilvus_Query (7.34s)
PASS
ok  	github.com/go-aie/gptbot/milvus	7.866s

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author