SUMMARY AI要約 by gpt-5-mini
A Rust-based retrieval-augmented generation (RAG) conversational system supporting multiple retrieval modes and dialogue compression strategies. Intended for developers and teams building RAG chat apps or experimenting with retrieval + LLM workflows. Key features: - Three retrieval modes: vector (Qdrant), BM25 (MongoDB), and RRF hybrid; endpoint to compare all three. - Dialogue compression: hierarchical and summary compression with protection for important info. - Multi-format document ingestion: TXT, PDF, Markdown, JSON, CSV; file upload via single-page web UI. - Backend: Rust + Axum; vector DB: Qdrant; BM25: MongoDB; conversation store: SQLite. - Uses OpenAI embeddings (text-embedding-ada-002) and GPT-3.5/4 for LLMs. - APIs for chat (/api/chat), upload, search variants, stats; config via config.toml; run with cargo. MIT license.
使用AIコーディングツール
このリポジトリには以下のAIコーディングツールの設定ファイルが置かれており、開発時にAIアシスタントが利用された痕跡があります。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-04-28 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 18:18 |
類似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.