chore: updated README

This commit is contained in:
ShubhamSaboo
2025-02-15 19:58:04 -06:00
parent 3b0fe0a5fc
commit 510ffb6613
5 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Deepseek Local RAG Reasoning Agent 🤔
# 🐋 Deepseek Local RAG Reasoning Agent
A powerful reasoning agent that combines local Deepseek models with RAG capabilities. Built using Deepseek (via Ollama), Snowflake for embeddings, Qdrant for vector storage, and Agno for agent orchestration, this application offers both simple local chat and advanced RAG-enhanced interactions with comprehensive document processing and web search capabilities.

View File

@@ -38,7 +38,7 @@ COLLECTION_NAME = "test-deepseek-r1"
# Streamlit App Initialization
st.title("🤔 Deepseek Local RAG Reasoning Agent")
st.title("🐋 Deepseek Local RAG Reasoning Agent")
# Session State Initialization
if 'google_api_key' not in st.session_state: