AI開発影響研究所 EN
← ランキング · AI関連リポジトリ

16iro/airis

LLM-powered desktop study companion for textbooks (Tauri + React + Rust)

Rust GitHub ↗
★ 0
stars
75
AI関連スコア
50
個人開発度
0
AIツール痕跡

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関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。

🧠 LLMプロバイダー (1)
Gemini
🔢 埋め込みモデル (2)
bge E5
🤖 LLMモデル (2)
Claude Gemini
💾 一般データベース (1)
SQLite
🌐 Web/アプリフレームワーク (2)
React Tauri

使用言語(バイト数比)

CSS
0.6%
HTML
0%
Rust
71.1%
Shell
0.1%
JavaScript
0.1%
TypeScript
28%

オーナー情報

アカウント
16iro
タイプ
User
フォロワー
15

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)

LucasStrand/hyperion

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.

Rust 0 AI 45
estejosh/agent-comm-channel

Git-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.

Rust 0 AI 75