← Back to Plugins
Tools

Qdrant

xztjhs By xztjhs 👁 36 views ▲ 0 votes

OpenClaw Qdrant Plugin - MCP plugin for Qdrant vector database

GitHub

README

# OpenClaw Qdrant Plugin

OpenClaw 的 Qdrant 向量库插件,通过 MCP (Model Context Protocol) 协议为 Agent 提供完整的向量数据库操作能力。

## 功能

- Collection 管理(创建、删除、列表、信息查询)
- 向量数据操作(插入、搜索、删除、遍历、统计)
- 内置 Embedding 集成(支持 Ollama 等外部模型)
- 并发控制与批量处理
- 自动向量化文本内容

## 技术架构

- **MCP Server**: 基于 stdio 的轻量级 JSON-RPC 服务器
- **Qdrant Client**: 官方 Python SDK
- **Embedding Client**: HTTP 调用外部 embedding 服务
- **Skill**: SKILL.md 指导 Agent 正确使用工具

## 环境要求

- Python >= 3.9
- Qdrant Server (>= 1.8)
- Embedding Service (如 Ollama)
tools

Comments

Sign in to leave a comment

Loading comments...