ai-vector-brain

Featured

Builds vector-brain implementations for repos, docs hubs, and compliance corpora. Use when creating pgvector retrieval brains with scripts, SQL, manifests, and evals.

AI & Automation 87 stars 19 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
65
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI Vector Brain Build a vector brain implementation. V1 default: Postgres + pgvector. Pick a corpus playbook. Use this skill when the user asks to: - build a vector brain, RAG brain, LLM brain, repo brain, docs brain, or compliance brain - turn a repo, docs hub, policy corpus, guide set, or generated context artifacts into a repeatable retrieval layer - choose a vector-brain backend and produce a concrete implementation path - create SQL, manifests, ingestion scripts, eval seeds, or an agent retrieval tool contract ## Boundary Contract | Skill | Owns | Does Not Own | |---|---|---| | `ai-context-layer` | Where context lives: memory vs retrieval vs tools, grounding, provenance, lifecycle, app context architecture | Paste-ready SQL, vector DB schemas, embedding pipelines, ingest scripts | | `ai-rag` | Retrieval theory: chunking principles, hybrid fusion concepts, reranking concepts, eval theory, when retrieval is wrong | Operational DDL, backend-specific SQL, concrete ingest scripts | | `ai-agents` | Agent topology, tool use, planner/critic flows, agent vs workflow decisions | Retrieval backend implementation | | `ai-bot-builder` | Bot UX, conversation flows, escalation, channel integration, KB use in a bot surface | KB/vector-brain construction | | `ai-vector-brain` | How to build: corpus inventory, manifests, DDL, ingest scripts, embeddings, hybrid search, eval seeds, backend recipes | Broad RAG theory, app context strategy, agent topology, bot UX | ## Quick Reference ...

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 & Automation Listed

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

6 Updated 1 months ago
ArieGoldkin
AI & Automation Featured

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.

344 Updated yesterday
giuseppe-trisciuoglio
AI & Automation Listed

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.

2 Updated 3 weeks ago
0xUrsanomics