Nihal2000 commited on
Commit
befe9e4
Β·
verified Β·
1 Parent(s): 4228dd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ A powerful Model Context Protocol (MCP) server for intelligent content managemen
37
  - **πŸ€– Anthropic Claude** for advanced reasoning (available as a specific choice or fallback)
38
  - **πŸ”— Sentence Transformers** for semantic embeddings
39
  - **πŸ“š FAISS** for fast similarity search
40
- - **πŸ‘οΈ Tesseract OCR** for image text extraction
41
  - **🎨 Gradio** for the user interface and MCP server functionality
42
 
43
  ## LLM Strategy: The agent intelligently selects the best available LLM for most generative tasks when 'auto' model selection is used, prioritizing OpenAI, then Mistral, and finally Anthropic. Users can also specify a particular model family (e.g., 'gpt-', 'mistral-', 'claude-').
 
37
  - **πŸ€– Anthropic Claude** for advanced reasoning (available as a specific choice or fallback)
38
  - **πŸ”— Sentence Transformers** for semantic embeddings
39
  - **πŸ“š FAISS** for fast similarity search
40
+ - **πŸ‘οΈ Mistral OCR** for image text extraction
41
  - **🎨 Gradio** for the user interface and MCP server functionality
42
 
43
  ## LLM Strategy: The agent intelligently selects the best available LLM for most generative tasks when 'auto' model selection is used, prioritizing OpenAI, then Mistral, and finally Anthropic. Users can also specify a particular model family (e.g., 'gpt-', 'mistral-', 'claude-').