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
- Host: GitHub
- URL: https://github.com/openbankproject/milvus-swagger
- Owner: OpenBankProject
- Created: 2025-04-28T11:31:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T12:24:12.000Z (about 1 year ago)
- Last Synced: 2025-05-14T13:46:15.199Z (about 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```