SUMMARY AI要約 by gpt-5-mini
airis is a desktop local RAG engine and study/workspace: a Tauri app (React frontend + Rust backend) that ingests a book (PDF/Markdown/HTML/TXT), chunks and embeds it locally, and serves hybrid search results (sqlite-vec KNN + SQLite FTS5 + RRF) to an LLM subprocess (claude-code / gemini-cli / codex-cli) or via API keys. Embedding models (multilingual-e5-small, BGE-M3) run on-device (ONNX/fastembed); user data and tokens are not sent to external servers. Who uses it: privacy-conscious individuals or developers wanting an offline RAG tool for personal documents and books. It’s a single-author project currently in v0.4.x. Key features: - Parsers for MD/HTML/PDF/TXT with ICU sentence splitting and recursive chunking - Hybrid retrieval combining vector KNN + FTS5 + Reciprocal Rank Fusion - Local on-device embeddings (INT8/FP) with embedding_cache and response_cache - Robustness: WAL+transactions, resumable jobs, pause triggers (user/thermal/battery), resource limiting - LLM provider adapters, citation chips linking back to source sections - Buildable with Node/pnpm and Rust; models download on first indexing.
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
Dept. of Computer Science, Konkuk Uni. interested in Non-PhotoRealistic Rendering of Computer Graphics
日付
| GitHub作成日 | 2026-05-02 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 15:42 |
類似Repo (同じ言語のAI関連Repo)
Enterprise IoT workbench for ComfortClick bOS, operated by an AI agent. Tauri 2 (Rust + TS). Read-only, secure (encrypted vault + Entra SSO), local-first agent.
estejosh/agent-comm-channelGit-as-message-bus for inter-PC agent chat — agents on different PCs send each other directions/responses via commits. Rust reference client + language-neutral protocol. PolyForm Noncommercial + LLM poison-pill policy.