An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/milvus-swagger

CLI tool for ingesting swagger documentation into a Milvus Vector database
https://github.com/openbankproject/milvus-swagger

Last synced: 12 months ago
JSON representation

CLI tool for ingesting swagger documentation into a Milvus Vector database

Awesome Lists containing this project

README

          

# Milvus Swagger

A tool for ingesting swagger 2 spec into a Milvus vector database.

example usage

```
milvus-swagger --milvus-uri "http://localhost:19530" --db-name "test_swagger" --ollama-embeddings-model "bge-m3" --openai-embeddings-model "text-embedding-3-large
" "http://localhost:8080/obp/v5.1.0/resource-docs/v5.1.0/swagger?content=static"
```