Commit Graph

116 Commits

Author SHA1 Message Date
Shubhamsaboo
5e354da98a feat: enhance renovation rendering prompts using a detailed SLC formula and refactor search tool integration. 2026-01-31 20:55:58 -08:00
Shubham Saboo
cd103d24e5 Enhance README with tutorial link
Added a link to a free step-by-step tutorial in the README.
2025-11-30 21:27:11 -08: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
4fc1412062 refactor: Update corrective_rag to use Claude 4.5 Sonnet for LLM functionality 2025-11-09 14:56:26 -08:00
Shubhamsaboo
359e54e166 refactor: Update RAGPipeline to use Claude 4.5 Sonnet for response generation 2025-11-09 14:54:35 -08: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
013aa48bf5 refactor: Update qwen_local_rag_agent to use Agno v2.0 and enhance README
- Changed import path for OllamaEmbedder to reflect new Agno structure.
- Switched from show_tool_calls to debug_mode for improved debugging experience.
2025-11-09 14:44:22 -08:00
Shubhamsaboo
9bc6394fae refactor: Update local RAG agent to use AgentOS and enhance knowledge management
- Replaced PDFUrlKnowledgeBase with Knowledge class for improved document management.
- Updated to use AgentOS for the application interface instead of Playground.
- Adjusted README to reflect changes in the interface and knowledge base loading process.
- Specified minimum version for the 'agno' package in requirements.txt.
2025-11-09 14:41:25 -08:00
Shubhamsaboo
7c532cd8d6 refactor: Update rag_reasoning_agent to use Google Gemini and enhance knowledge management
- Replaced Claude model with Gemini for improved language processing.
- Updated knowledge management by replacing UrlKnowledge with Knowledge class.
- Enhanced session state handling to prevent duplicate URL loading.
- Adjusted README to reflect changes in API key requirements and default knowledge sources.
- Updated requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 12:06:51 -08:00
Shubhamsaboo
5685c508fc refactor: Update agentic_rag_gpt5 to use new Knowledge class and improve URL management
- Replaced UrlKnowledge with Knowledge for better document loading.
- Enhanced session state management for URLs to prevent duplicates.
- Updated placeholder URLs and query prompts for clarity.
- Adjusted requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 11:59:28 -08:00
Shubhamsaboo
b7f74685a4 refactor: Update agentic_rag_embedding_gemma to use new Knowledge class and improve URL handling
- Replaced PDFUrlKnowledgeBase with Knowledge for managing document loading.
- Enhanced URL management by adding a check to prevent duplicate URLs in session state.
- Updated requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 11:49:29 -08:00
Shubham Saboo
aec6ee95a5 Merge pull request #330 from Jinash-Rouniyar/main
feat: Add Contextual AI RAG agent
2025-09-07 02:39:23 -05:00
Shubhamsaboo
eca2a2a99e refactor: Update README to reflect new Agentic RAG app with Embedding Gemma and remove outdated agent files 2025-09-06 18:51:42 -07:00
Shubhamsaboo
9ef14a6b41 feat: Add new local Agentic RAG app with EmbeddingGemma 2025-09-06 18:50:40 -07:00
Jinash Rouniyar
84fe9fbe1a feat: Add Contextual AI RAG agent 2025-09-05 05:05:07 -04:00
Shubham Saboo
f22107daf1 Update agentic rag gpt5 README.md 2025-08-08 17:07:40 -05:00
Shubhamsaboo
cbb10bc472 feat: Introduce Agentic RAG application with GPT-5 and LanceDB 2025-08-07 23:37:15 -05:00
ShubhamSaboo
0c7527b4e1 fix: update references from phidata to agno in routing agent implementation and documentation 2025-06-23 20:52:03 -05:00
方程
123f6d0651 Update README.md 2025-06-17 17:31:28 +08:00
ShubhamSaboo
2db04989ad updated rag_reasoning_agent 2025-06-06 17:50:54 -05:00
Shubham Saboo
641fbea532 Update README.md 2025-06-06 14:17:19 -05:00
ShubhamSaboo
bc8f70b1da Updated README 2025-06-05 21:10:36 -05:00
ShubhamSaboo
3fd0513ba4 Added new demo 2025-06-05 20:44:01 -05:00
Shubham Saboo
197a0c02f1 Merge pull request #205 from Madhuvod/local-rag-qwen
Qwen RAG app: changed qdrant cloud to local
2025-05-14 15:11:42 -05:00
Madhu
35aba12a05 changed qdrant cloud to local 2025-05-14 21:50:53 +05:30
Shubham Saboo
ccd4cf7a49 Merge pull request #199 from Madhuvod/local-rag-qwen
Added new Demo: Local RAG Agent with Qwen 3 and Gemma 3 Models
2025-05-05 13:52:19 -05:00
Madhu
cf7c4ee842 NEW PROJ: Local RAG Agent with Qwen 3 and Gemma 3 Models 2025-05-06 00:18:47 +05:30
Shubham Saboo
51b9ed2c03 Updated math tutor README.md 2025-05-04 15:58:26 -05:00
ShubhamSaboo
25c36f9182 Updated Agentic RAG math tutor 2025-05-04 15:57:35 -05:00
ShubhamSaboo
a58613cb30 Updated Vision RAG app 2025-04-28 15:36:09 -05:00
Madhu
3cd4dcc317 Vision PDF Support 2025-04-29 01:09:02 +05:30
Shubham Saboo
9bbb073208 Merge pull request #190 from Madhuvod/vision-rag
Vision RAG with Cohere embed 4.0 and Gemini 2.5 Flash
2025-04-28 14:03:34 -05:00
Madhu
fbeb1bb73b Vision RAG with Cohere embed 4.0 and Gemini 2.5 Flash 2025-04-29 00:28:10 +05:30
ShubhamSaboo
ea3fe6913b Updated repo structure 2025-04-17 16:01:23 -05:00
Shubham Saboo
e843378b88 Merge pull request #159 from Madhuvod/voice-rag-openaisdk
Added new Demo: Voice Enabled RAG Agent with OpenAI Agents SDK
2025-03-25 15:44:02 -05:00
Madhu
bdfd184feb Voice Enabled RAG Agent with OpenAI Agents SDK 2025-03-25 05:12:20 +05:30
Shubham Saboo
2d86560079 Merge pull request #149 from Madhuvod/database-routing
fix: changed from phidata to agno
2025-03-17 21:21:26 -05:00
Madhu
9a812ee04c final changes 2025-03-17 20:18:43 +05:30
Madhu
93176697d1 phidata -> agno 2025-03-17 20:16:52 +05:30
Shubham Saboo
2ef9d1308c Merge pull request #115 from CodeWithCharan/main
Updated AI Blog Search Project with Qdrant and Gemini 2.0 Flash
2025-02-25 15:32:46 -06:00
Raoul Scalise
5d4730e1e3 Add docstring
Modified files:
- rag_tutorials/autonomous_rag/autorag.py
- rag_tutorials/llama3.1_local_rag/llama3.1_local_rag.py
- rag_tutorials/local_hybrid_search_rag/local_main.py
2025-02-16 19:06:55 +01:00
Sri Charan Thoutam
e0a9ba0362 Moved AI Blog Search tutorial under rag_tutorials section 2025-02-16 14:24:17 +05:30
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
Shubham Saboo
51e5040edb Merge pull request #120 from scaliseraoul/feature-20250213-215834
chore: Add missing docstrings to improve code documentation
2025-02-15 16:29:06 -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
Raoul Scalise
3a85fa8924 Ambrogio: Code improvements
Modified files:
- llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/ai_arxiv_agent_memory.py
- advanced_tools_frameworks/cursor_ai_experiments/multi_agent_researcher.py
- advanced_tools_frameworks/local_llama3.1_tool_use/llama3_tool_use.py
- rag_tutorials/rag_chain/app.py
- rag_tutorials/hybrid_search_rag/main.py
2025-02-13 21:59:11 +01:00
Shubham Saboo
17e64e15c9 Merge pull request #117 from Madhuvod/deepseek-local-3
Updated deepseek local rag
2025-02-13 13:15:30 -06:00