vecstore 1.0.0

The perfect vector database - 100/100 score, embeddable, high-performance, production-ready with RAG toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: v1
kind: ConfigMap
metadata:
  name: vecstore-config
  namespace: vecstore
  labels:
    app: vecstore
data:
  RUST_LOG: "info"
  GRPC_PORT: "50051"
  HTTP_PORT: "8080"
  DB_PATH: "/data/vectors.db"