SUMMARY AI summary by gpt-5-mini
airisはデスクトップ向けのローカルRAGエンジン兼学習ワークスペースです。ReactフロントとRustバックエンドをTauriで結合し、PDF/Markdown/HTML/TXTの書籍をチャンク化・埋め込みしてハイブリッド検索(sqlite-vecによるベクトルKNN+SQLite FTS5+RRF)で文脈を組み立て、ローカルのLLM CLI(claude-code / gemini-cli / codex-cli)やAPI経由で応答を生成します。埋め込みモデル(multilingual-e5-small / BGE-M3)はONNXで端末内推論し、ユーザーデータやOAuthトークンは外部へ送信されません。 主な機能: - 文書パーシングとトークン窓でのチャンク化(見出し/ページ基準、文境界保持) - 2層の埋め込み(高速T1と高精度T2のバックグラウンド処理) - SQLiteベースのベクトル・FTSインデックス、トランザクション/WALによる耐障害性 - 再開機構、リソース制御(優先度・スロットリング・バッテリ/熱による一時停止) - 埋め込み・応答キャッシュ、SSEストリーミングでの引用クリック機能 開発環境はNode.js・pnpm・Rust・Tauriが必要。個人開発のv0.4.xシリーズでRAG機能を整備中です。
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dept. of Computer Science, Konkuk Uni. interested in Non-PhotoRealistic Rendering of Computer Graphics
Dates
| Created on GitHub | 2026-05-02 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 15:42 |
Similar repos (same language)
Local desktop gateway that translates OpenAI Codex CLI's Responses API into Chat Completions for Kimi / DeepSeek / Zhipu GLM / Bailian and other OpenAI-compatible providers.
garudust-org/garudust-agent🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway
holotherapper/lmmLocal AI model manager
jscott3201/rusty-bacnet-mcpDedicated MCP (Model Context Protocol) server for agentic interaction with BACnet building automation networks — bulk reads, hot-reload safety layer, and a ratatui operator console on the rusty-bacnet stack.
martint/kataCode review for jj (jujutsu) workflows: revset-defined reviews, patchset-anchored comments that survive branch movement, with web, HTTP, and MCP surfaces for fast AI-agent iteration.
atliliw/langchainRustAgentRAG-based conversational AI system with layered compression, multi-agent collection, and hybrid retrieval (BM25 + vector). Built with Rust/Axum.
Jeffrin-dev/AimDock Tespera/alluviumAuto-archive Claude Code sessions to your Obsidian vault as a Karpathy-style LLM wiki. Passive, hook-driven, knowledge converges instead of accumulating.