10 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
HuzaifaTanzeel b016e1033c fix: replace unrelated exa package with exa-py in RAG tutorials
Agno ExaTools requires exa-py; PyPI exa is a different package and breaks web search.
2026-07-20 01:36:19 +05:00
Shubhamsaboo 4d6140cdb4 chore: enhance README files across multiple agent applications by adding links to free step-by-step tutorials, providing users with comprehensive guidance on building each agent from scratch. 2025-11-27 21:58:03 -08:00
ShubhamSaboo 510ffb6613 chore: updated README 2025-02-15 19:58:04 -06:00
ShubhamSaboo 3b0fe0a5fc chore: updated deepseek local rag agent code 2025-02-15 19:52:29 -06:00
ShubhamSaboo 7f739adec4 updated local deepseek rag agent README 2025-02-13 20:28:12 -06:00
ShubhamSaboo 7dc8d371a6 updated local deepseek rag app 2025-02-13 20:27:06 -06:00
gargigupta97 4f05336427 Updated local rag agent README
Changed from llama 3.1 to 3.2 for Ollama
2025-02-13 19:55:55 -06:00
Madhu 81c5bbd71b changed embeddings to snowflake, web search tool used by llama3.2 now 2025-02-12 23:11:37 +05:30
ShubhamSaboo fc02a7f3dd updated deepseek rag agent 2025-02-11 23:34:36 -06:00