📝 Docs Update (Readme) (#1106)

📝 Updated Readme
This commit is contained in:
ShadowArcanist 2024-04-15 21:12:41 +05:30 committed by GitHub
parent 8306098b08
commit 86c01aeb42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,15 +58,16 @@ Some cool features of AnythingLLM
- Extremely efficient cost-saving measures for managing very large documents. You'll never pay to embed a massive document or transcript more than once. 90% more cost effective than other document chatbot solutions.
- Full Developer API for custom integrations!
### Supported LLMs, Embedders, and Vector Databases
### Supported LLMs, Embedders, Transcriptions models, and Vector Databases
**Supported LLMs:**
- [Any open-source llama.cpp compatible model](/server/storage/models/README.md#text-generation-llm-selection)
- [OpenAI](https://openai.com)
- [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service)
- [Anthropic ClaudeV2](https://www.anthropic.com/)
- [Anthropic](https://www.anthropic.com/)
- [Google Gemini Pro](https://ai.google.dev/)
- [Hugging Face (chat models)](https://huggingface.co/)
- [Ollama (chat models)](https://ollama.ai/)
- [LM Studio (all models)](https://lmstudio.ai)
- [LocalAi (all models)](https://localai.io/)
@ -74,6 +75,7 @@ Some cool features of AnythingLLM
- [Perplexity (chat models)](https://www.perplexity.ai/)
- [OpenRouter (chat models)](https://openrouter.ai/)
- [Mistral](https://mistral.ai/)
- [Groq](https://groq.com/)
**Supported Embedding models:**
@ -84,6 +86,11 @@ Some cool features of AnythingLLM
- [LocalAi (all)](https://localai.io/)
- [Ollama (all)](https://ollama.ai/)
**Supported Transcription models:**
- [AnythingLLM Built-in](https://github.com/Mintplex-Labs/anything-llm/tree/master/server/storage/models#audiovideo-transcription) (default)
- [OpenAI](https://openai.com/)
**Supported Vector Databases:**
- [LanceDB](https://github.com/lancedb/lancedb) (default)