Skip to content

An restful api for milvus lite, for easy prototyping

Notifications You must be signed in to change notification settings

kesc23/api-milvus-lite

Repository files navigation

API Milvus Lite

An restful api for milvus lite to be used outside python ecosystem!

Consume this api to use milvus lite with any other stack and secure ownership of its data!

API Versions Available

API v1 - Discontinued
API v2 - In Development

Features

Collectrions - Working Vectors - Working Alias - Planned Import - Planned Index - Planned Partition - Planned Role - Planned User - Planned

Installation

You can use with docker container via docker compose:

version: '3.8'

services:
  milvus:
    image: kesc23/milvus-lite:1.0.0
    environment:
      - ENV_PRODUCTION="true"
    ports:
      - "19530:19530"
    volumes:
      - ./volumes/data:/home/ubuntu/milvus_lite/data

About

An restful api for milvus lite, for easy prototyping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published