AIAny

Tag

Explore by tags

GitHub
AI Infra2025

Extends RAG beyond text: parses PDFs and Office files containing images, tables, equations, and charts, then queries them through one multimodal knowledge graph. Built on LightRAG, it replaces separate parsing and retrieval tools.

GitHub

A code-first collection of runnable tutorials for building production-ready generative-AI agents — step-by-step guides covering stateful workflows, vector memory, RAG, tool integrations, Docker/AWS/RunPod deployment, security guardrails, observability, and multi-agent patterns.

GitHub
AI Infra2025

Offline-first knowledge server that bundles local AI chat (Ollama + vector RAG), offline Wikipedia/education/maps, and utility tools behind a Dockerized management UI — designed to keep searchable knowledge available without cloud access.

GitHub
AI Agent2025

Provides a visual, low-code environment to build, debug, and deploy AI agents—integrates model services (OpenAI, Volcengine), RAG, plugins, workflows, and a Chat SDK for embedding agents into apps.

GitHub
AI Infra2025

Stores a pruned proximity graph instead of all embeddings, recomputing vectors on demand at query time. A 60M-doc index takes 6GB, not 201GB (97% less), at comparable recall. Powers private local RAG over files, mail, chat, and browser history.

GitHub
AI Infra2025

Bundles Langflow, Docling, and OpenSearch into one installable package so you can ingest messy documents, run agentic retrieval with re-ranking, and chat over your own knowledge base. Ships Python/TS SDKs and a built-in MCP server at /mcp.

GitHub

Centralized enterprise platform to manage org-wide MCP servers with a private MCP registry, security guardrails, cost controls, and observability. Offers a Kubernetes-native orchestrator, built-in RAG knowledge base, security sub-agents, and tools for governed AI adoption.

GitHub
AI Infra2025

Turns enterprise documents into RAG Q&A, autonomous reasoning agents, and self-maintaining wiki pages, with multi-source ingestion, RBAC, observability, and self-hosted deployment.

GitHub
AI Infra2025

An open-source memory layer that turns agent runs and conversations into structured, persistent state recallable across sessions. Captures facts, events, preferences, and relationships automatically; LLM-agnostic with SDK and MCP integration.

GitHub
AI Agent2025

Compiles an agent's raw chat logs, documents, and tool traces into three persistent layers — index, learned skills, and user memory — so context survives sessions. Claims 92% Locomo-benchmark accuracy and up to 95% lower token cost than replaying history.

GitHub
AI Client2025

Indexes any repo into a knowledge graph of dependencies, call chains, and execution flows, then feeds it to AI coding agents via MCP so they stop missing context. Ships as a CLI plus a zero-install browser graph explorer with chat.

GitHub

Seven-week course that builds a production RAG system from scratch — an arXiv paper assistant that starts with BM25 keyword search, then layers hybrid vector retrieval, local-LLM generation, Langfuse monitoring, and an agentic LangGraph Telegram bot.