mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-04-30 15:20:47 -05:00
chore: updated README
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user