From azure-cosmosdb
Guides on using Azure Cosmos DB for AI, RAG, and search: vector and full-text search, LangChain/LangGraph integration, and AI-agent design patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-cosmosdb:cosmosdb-ai-and-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Best practices for AI, RAG, and search on Azure Cosmos DB: vector search, full-text search, LangChain/LangGraph integration, and AI-agent design patterns.
AGENTS.mdREADME.mdmetadata.jsonrules/_sections.mdrules/_template.mdrules/fts-add-index.mdrules/fts-define-policy.mdrules/fts-enable-capability.mdrules/fts-hybrid-queries.mdrules/fts-keyword-matching.mdrules/fts-relevance-ranking.mdrules/pattern-ai-grounding-access.mdrules/pattern-background-task-writes.mdrules/pattern-langgraph-agent-name-attribution.mdrules/pattern-langgraph-agent-routing-cosmosdb.mdrules/pattern-langgraph-async-cosmos-routing.mdrules/pattern-langgraph-async-cosmos-writes.mdrules/pattern-langgraph-chat-history-separate.mdrules/pattern-langgraph-fastapi-startup.mdrules/pattern-langgraph-interrupt-human.mdBest practices for AI, RAG, and search on Azure Cosmos DB: vector search, full-text search, LangChain/LangGraph integration, and AI-agent design patterns.
Reference these guidelines when building RAG or AI-agent applications on Azure Cosmos DB with vector search, full-text search, or LangChain/LangGraph.
npx claudepluginhub azurecosmosdb/cosmosdb-agent-kit --plugin azure-cosmosdbAzure Cosmos DB performance optimization and best practices for NoSQL, including partitioning, query optimization, SDK usage, and data modeling.
Build RAG systems for LLM apps using vector databases, embeddings, and retrieval strategies. Use for document Q&A, grounded chatbots, and semantic search.
Implements vector, hybrid, semantic search, indexing, and AI enrichment with Azure AI Search Python SDK. Covers authentication, clients, and vector field indexes.