workflowstacks

The marketplace for AI skills that launch offers, rank in AI search, and automate operations. No coding required.

๐•โšก๐Ÿ’ฌ

Marketplace

  • Browse Skills
  • AI Agents
  • Claude Skills
  • MCP Servers
  • Prompts

Solutions

  • For Founders
  • For Agencies
  • For Ecommerce
  • Agent Builder
  • Starter Packs
  • Playbooks

Learn

  • How It Works
  • What Are Skills
  • What Are Agents
  • What Is MCP
  • For Creators
  • Submit a Tool
  • Security

Company

  • Become a Creator
  • About
  • Enterprise
  • API Docs
  • Terms
  • Privacy
  • Support
Compatible with
๐Ÿค–ChatGPT
โœจClaude
๐Ÿ’ŽGemini
๐Ÿ›๏ธShopify
๐Ÿ”Ahrefs
๐Ÿ“ŠSheets
๐Ÿ’ฌWhatsApp
๐Ÿ“ฑMeta Ads
+50 moreCreator program โ†’

ยฉ 2026 WorkflowStacks. All rights reserved.

TermsPrivacySupport
ai-agent

Milvus: Fast Vector Search

Get scalable vector ANN search with Milvus, a cloud-native database for founders, backed by 45k+ GitHub stars
44,588 stars4,035 forksGoQuality 9/10Updated 6/2/2026100% free ยท open source
What it does

Milvus is a cloud-native database that enables scalable vector Approximate Nearest Neighbors (ANN) search for founders to efficiently manage and query large datasets of vectors.

Install / run
docker run -d --name milvus-db \ -p 19530:19530 \ -v /tmp/milvus:/var/lib/milvus \ milvusdb/milvus:latest
When to use it
  • โ€ขBuilding a recommendation system that requires fast and accurate similarity searches
  • โ€ขDeveloping a computer vision application that needs to efficiently query large datasets of image embeddings
  • โ€ขCreating a natural language processing model that requires scalable semantic search capabilities
Quick start
  1. 1Create a new Milvus server instance by running the command: `docker run -d --name milvus-db -p 19530:19530 -v /tmp/milvus:/var/lib/milvus milvusdb/milvus:latest`
  2. 2Use the Milvus Python SDK to connect to the server: `from milvus import Milvus, Client`
  3. 3Create a new index and insert data into the Milvus database: `client.create_index('test', 'ivf_sq8')` and `vectors = [[1.0, 2.0], [3.0, 4.0]]`
  4. 4Perform a vector search query: `client.search('test', 'ivf_sq8', vectors)`
  5. 5Check the search results: `print(res)`
Ready-to-paste prompt
python -c 'from milvus import Milvus, Client; client = Client(); client.connect(); client.create_collection('test'); client.insert('test', [[1.0, 2.0], [3.0, 4.0]])'
Heads up: Make sure to allocate sufficient GPU resources when running Milvus, as it requires significant GPU memory to perform efficient vector searches, and ensure that the Docker container has the necessary permissions to access the host machine's GPU
Saves to your device

Topics

anns
cloud-native
diskann
distributed
embedding-database
embedding-similarity
embedding-store
faiss
golang
hnsw
image-search
llm
nearest-neighbor-search
rag
vector-database
vector-search
vector-similarity
vector-store
What's inside โ€” free to inspect
No purchase needed

Read the entire source before you build โ€” unlike paid marketplaces that hide it behind a buy button.

32
top-level files
15
folders
293.6M
repo size
Apache-2.0
license
Key files
.pre-commit-config.yaml
AGENTS.md
MAINTAINERS
README_CN.md
README.md
File tree
.github/
build/
ci/
client/
cmd/
configs/
deployments/
docs/
examples/
githooks/
internal/
pkg/
scripts/
tests/
tools/
.clang-format
.clang-tidy
.clang-tidy-ignore
.contributors
.devcontainer.json
.dockerignore
.env
.gitignore
.golangci.yml
Quick Actions
Details
Creator
milvus-io
Language
Go
Category
ai-agent
Published
9/16/2019

Are you the creator of this tool? Claim your listing โ†’ and earn 85% of every sale.

Related skills

More ai-agent tools founders pair with this one.

ai-agentโ˜… 173,241
ollama: Run AI models
Get AI models up and running with ollama. For founders using Go and AI.
ai-agentโ˜… 168,458
Improve Code with andrej-karpathy-skills
Get better code behavior with andrej-karpathy-skills, 165k+ GitHub stars, for founders using LLMs.
ai-agentโ˜… 161,315
Transformers: AI Models
Get state-of-the-art machine learning models with Transformers, for startup founders, with 161k+ GitHub stars.
ai-agentโ˜… 104,971
Gemini CLI
An open-source AI agent that brings the power of Gemini directly into your terminal.
ai-agentโ˜… 82,731
Vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
ai-agentโ˜… 81,981
RAGFlow: Smarter LLM Context
Get a superior context layer for LLMs with RAGFlow, a retrieval-augmented generation engine, ideal for founders in AI, with 82k+ GitHub stars.