pinecone-search

Pinecone vector search tool for searching local knowledge base

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pinecone-search" with this command: npx skills add deki18/pinecone-search

Pinecone Search

Pinecone 向量搜索工具,用于搜索本地知识库中的规范、标准、施工等文档。

安装

pip install openai pinecone-client
cp config.example.env .env
# 编辑 .env 文件,填入你的 API Key

配置

编辑 .env 文件:

PINECONE_API_KEY=your_pinecone_api_key
EMBEDDING_API_KEY=your_embedding_api_key
EMBEDDING_BASE_URL=https://api.openai.com/v1
EMBEDDING_MODEL=text-embedding-3-large
INDEX_NAME=your-index-name
NAMESPACE=

使用

python search_tool.py "查询内容"
python search_tool.py "查询内容" --top-k 5

触发关键词

  • 规范、标准
  • 查询资料、知识库

示例

python search_tool.py "混凝土浇筑标准是什么?"

输出:

🔍 正在搜索: 混凝土浇筑标准是什么?

============================================================
【结果 #1】
匹配度: 0.8934
来源: 施工规范_2024.pdf
内容:
  混凝土浇筑应符合以下标准...
------------------------------------------------------------

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Flexible Database Design – SQLite flexible schema & knowledge base skill

Guide agents and users to design and implement a "flexible database" on SQLite that can handle semi-structured, multi-source data. Typical scenarios: persona...

Registry SourceRecently Updated
0188
Profile unavailable
Research

RAG Search

Backend retrieval skill for structured search of occupational health standards and documents, returning relevant text with source and clause details.

Registry SourceRecently Updated
22K
Profile unavailable
General

ClawRAG - Self-hosted RAG & Memory

Self-hosted RAG engine with hybrid semantic and keyword search, document ingestion, local privacy, and seamless OpenClaw integration via Docker.

Registry SourceRecently Updated
01.1K
Profile unavailable