alejandrorodriguezdelarosa-ux/asistia-rag-agente-conversacional
Agente RAG conversacional sobre IA Generativa con Google Gemini, ChromaDB y LangGraph. Memoria por thread, interfaz Streamlit y base de conocimiento propia. Práctica final del Máster en Data Science e IA.
SUMMARY AI要約 by gpt-5-mini
AsistIA is a conversational RAG agent for Generative AI: a demo/advisor built with Google Gemini, ChromaDB, LangGraph/LangChain and persistent memory. Intended for students and developers (final project for a Master module), it answers Spanish queries grounded on a local vector knowledge base (three PDF docs) and keeps per-conversation memory. Key features: chunking via RecursiveCharacterTextSplitter, embeddings with Gemini, ChromaDB persistent collection (./chroma_db, top-3 cosine retrieval), MemorySaver-based thread memory, system prompt enforcing use of retrieved context and Spanish output, explicit fallback when context is missing, low temperature (0.3) for consistent technical answers. Repo includes a Jupyter notebook, optional Streamlit app, requirements and .env template.
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
GitHub Topics
使用言語(バイト数比)
オーナー情報
Profesional del marketing, el Data Science y la inteligencia artficial.
日付
| GitHub作成日 | 2026-05-11 |
| 最終Push | 2026-05-11 |
| 当サイト初検出 | 2026-05-11 |
| 最終取得 | 2026-05-16 18:20 |
類似Repo (同じ言語のAI関連Repo)
Beginner-friendly Machine Learning projects built with Python, Scikit-learn and Google Colab.
ak-junior3339/PriceMyRideAI aparna172004/AI-Movie-Recommendation-SystemAn AI-powered Movie Recommendation System built using Machine Learning and Streamlit that suggests movies based on user preferences. The system uses content-based filtering to find similar movies by analyzing movie features such as genres, keywords, cast, and overview.
rmnouv/learning-agentic-ai shady528/StoxAI-powered stock market chatbot with multi-LLM support (Gemini, Claude, GPT). Built with RAG, FastAPI, React, and Vector Databases