Add Jina LLM support (#760)

This commit is contained in:
Sidharth Mohanty
2023-10-10 00:36:36 +05:30
committed by GitHub
parent 431f8c2c6a
commit e226a89637
3 changed files with 83 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ The following LLM providers are supported by Embedchain:
- GPT4ALL
- AZURE_OPENAI
- LLAMA2
- JINA
- COHERE
You can choose one by importing it from `embedchain.llm`. E.g.: