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

reimon01/Tutor-Virtual-ITSON-Sistema-Multi-Agente-RAG

Sistema conversacional en producción con experimento controlado RAG vs prompt-stuffing. Incluye control de concurrencia, perfilado dinámico de usuarios y arquitectura multi-LLM.

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

SUMMARY AI要約 by gpt-5-mini

Telegram bot serving as a virtual academic tutor for ITSON students: answers about curriculum, academic calendar, study techniques and emotional support using a vectorized knowledge base in Supabase. The repo implements a controlled A/B experiment comparing dynamic retrieval (RAG) vs. static knowledge injected in the system prompt; both response types are persisted for comparative analysis. Key workflows: - INGESTARAG: watches Google Drive, extracts PDF text and vectorizes with Cohere embeddings into Supabase. - RAG: Telegram bot with retrieval from vector store, conversational memory, user profiling, and concurrency control. - LLM: same bot using hardcoded system prompt as baseline. Stack: n8n orchestration, Supabase (Postgres + pgvector), OpenAI gpt-4.1-mini and Groq llama-4-scout-17b, Cohere embeddings, Telegram frontend. Notable features: per-user locks in Supabase with stale-lock cleanup, profiling sub-agent updating user profile every 4 messages, multi-LLM strategy and multiple API keys for rate-limit scaling, smart splitter for long replies. Workflows are sanitized; replace credential placeholders and create four Supabase tables (documents, messages, user_context, active_executions). See docs/ARQUITECTURA.md for schema and deploy steps.

DETECTED 検出されたAIスタック

このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。

🧠 LLMプロバイダー (3)
OpenAI Cohere Groq
🗄️ ベクトルDB (1)
pgvector
🤖 LLMモデル (2)
GPT-4 Llama
🔢 埋め込みモデル (1)
Cohere Embed
💾 一般データベース (1)
Supabase

オーナー情報

アカウント
reimon01
タイプ
User
フォロワー
0

日付

GitHub作成日 2026-05-16
最終Push 2026-05-16
当サイト初検出 2026-05-16
最終取得 2026-05-16 18:10