ai-vector-brain
FeaturedBuilds vector-brain implementations for repos, docs hubs, and compliance corpora. Use when creating pgvector retrieval brains with scripts, SQL, manifests, and evals.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- vasilyu1983
- Repository
- vasilyu1983/AI-Agents-public
- Created
- 10 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ai-native-development
Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows (ReAct, multi-agent, Opus 4.5), LLM integration, prompt engineering, streaming, and cost optimization. Use when: building an AI feature, integrating an LLM, setting up vector search, or designing agent architectures. Triggers on: AI app, LLM integration, RAG, vector database, agentic, prompt engineering, AI-native, semantic search, multi-agent, embeddings pipeline, cost optimization
rag
Implements document chunking, embedding generation, vector storage, and retrieval pipelines for Retrieval-Augmented Generation systems. Use when building RAG applications, creating document Q&A systems, or integrating AI with knowledge bases.
recall
Semantic recall across the agent's full knowledge base via the vector_brain index (knowledge-graph pages, knowledge files, memory, reviewed outputs, persona memory). Trigger whenever the user asks 'what do we have on X', 'find me info about Y', 'search memory for Z', 'do we have a note on W', 'recall X', 'remember anything about Y', 'what do I know about Z', or whenever the current conversation needs grounding against prior work you don't have in active context. Use this BEFORE guessing or saying 'I don't have context on that'. the vector brain likely does. Returns ranked semantic matches with similarity scores.