3 Commits

Author SHA1 Message Date
thejesh23 c2b7852e9a Fix vision_rag cohere .float field and deepseek agno 2.x migration
- vision_rag/vision_rag.py: cohere's embeddings field is float_ (alias 'float'
  only affects serialization); .float raises AttributeError, swallowed into
  'Failed to get embedding', so the app never works. Use .float_ (4 sites).
- deepseek_local_rag_agent: import OllamaEmbedder from agno.knowledge.embedder
  (agno 2.x moved it; old path ModuleNotFoundErrors), replace show_tool_calls
  with debug_mode (removed from Agent in 2.x), pin agno>=2.2.10, add pypdf
  (PyPDFLoader is used). Mirrors the already-migrated qwen_local_rag sibling.

Fixes #1023
2026-07-22 20:20:47 -07:00
Shubhamsaboo 37f72dad6d refactor: Update vision_rag.py to use the latest Gemini model
- Changed model from "gemini-2.5-flash-preview-04-17" to "gemini-2.5" for improved performance and stability.
2025-11-09 14:49:30 -08:00
ShubhamSaboo a58613cb30 Updated Vision RAG app 2025-04-28 15:36:09 -05:00