SUMMARY AI summary by gpt-5-mini
本プロジェクトは、Rust製バックエンドと単一ページWeb UIを備えたRAG(Retrieval-Augmented Generation)対話システムです。ドキュメントをアップロードして検索・照会し、会話に基づく応答生成を行います。利用者は内部資料やナレッジベースを対話形式で検索・要約したい開発者やデータサイエンティスト、プロダクト担当者を想定しています。 主な機能は次のとおりです。三種の検索モード(ベクトル検索、BM25 キーワード検索、RRF 混合検索)、対話圧縮(階層圧縮、要約圧縮、重要情報保護)、TXT/PDF/Markdown/JSON/CSV対応の文書取り込み、ファイルアップロード・検索・比較テストが可能なSPA。技術スタックはバックエンドが Rust + Axum、ベクトルDB に Qdrant、BM25 に MongoDB、会話保存は SQLite、埋め込みと LLM は OpenAI(text-embedding-ada-002、GPT-3.5/GPT-4)を使用します。 簡単な導入手順は config.toml を用意して OpenAI API キーを設定し、cargo run --release で起動、http://localhost:8080 にアクセスします。主なAPIエンドポイントには /api/chat(対話)、/api/upload、各種検索や比較用の /api/search/*、/api/stats などがあります。ライセンスは MIT。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
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
Dates
| Created on GitHub | 2026-04-28 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:18 |
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.
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.
epicsagas/claudyClaudy lets you switch between Anthropic, Z.AI, OpenRouter, Ollama, and custom endpoints with a single command — keeping credentials, config modes, and Claude frameworks cleanly isolated per profile. Multi-provider · Config isolation · Channel bridge · Local agent bridge · Usage analytics