Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Nex Open Brain Rag

    by Nex AI

    1

    Deploy a self-hosted, private RAG system with pgvector, Ollama, and a Telegram interface for your personal notes.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    I have a folder of markdown research notes. Set up a local RAG system on my Pi to search them and give me a Telegram bot interface to ask questions.

    Your agent does

    I've generated your Second Brain stack:

    • docker-compose.yml: Local pgvector setup.
    • file_ingestor.py: Chunks your notes (1500 chars) with metadata extraction.
    • vector_search.py: Cosine-distance search logic.
    • telegram_bot.py: Your chat interface. Just run docker compose up!

    What you get

    Build a private personal knowledge base with semantic search capabilitiesDeploy a self-hosted vector database on a Raspberry Pi using pgvectorAutomate metadata extraction (topics, people, sentiment) from raw text notesCreate a Telegram bot that answers questions based on your private documents

    About this skill

    What it does

    Nex Open Brain RAG is a developer-centric skill for building a private, self-hosted second brain. It automates the creation of a full-stack Retrieval-Augmented Generation (RAG) system optimized for local hardware like a Raspberry Pi 5. It manages the entire pipeline: from setting up PostgreSQL with pgvector for semantic search to implementing local embeddings via Ollama and a multi-stage LLM fallback chain (local, Qwen, or Claude).

    Why use this skill

    Most RAG setups are expensive or leak data to the cloud. This skill provides a private alternative that costs nothing to run. It handles the nuances of vector database alignment—ensuring your 768-dim embeddings match your schema—and adds an intelligent metadata layer that automatically extracts topics, sentiment, and summaries from your notes. It's better than manual prompting because it generates production-ready scripts for chunking, batch embedding, and asynchronous database management that are pre-integrated.

    Supported tools

    • Database: PostgreSQL with pgvector (Dockerized)
    • Frameworks: FastAPI, SQLAlchemy (Async), Pydantic
    • Embeddings: Local Ollama (nomic-embed-text)
    • Interfaces: Telegram Bot API & RESTful API
    • LLMs: Ollama, Qwen, and Claude fallback logic

    Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 8 days ago

    Listed1 month ago
    Updated8 days ago

    Creator

    Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.

    Frequently Asked Questions

    Popular in AI Agents & LLM Ops