Revert "added Tools column to integrations table"

This reverts commit e53cb31e41.
This commit is contained in:
LangChain4j 2024-02-21 18:29:28 +01:00
parent ed1b37a4b1
commit 26ae9586ef
2 changed files with 32 additions and 31 deletions

View File

@ -297,22 +297,22 @@ See example [here](https://github.com/langchain4j/langchain4j-examples/blob/main
System.out.println(answer); // Hello! How can I assist you today?
```
## Supported LLM Integrations ([Docs](https://docs.langchain4j.dev/docs/category/integrations))
| Provider | Native Image | [Completion](https://docs.langchain4j.dev/docs/category/language-models) | [Streaming](https://docs.langchain4j.dev/docs/integrations/language-models/response-streaming) | Tools | [Async Completion](https://docs.langchain4j.dev/docs/category/language-models) | [Async Streaming](https://docs.langchain4j.dev/docs/integrations/language-models/response-streaming) | [Embedding](https://docs.langchain4j.dev/docs/category/embedding-models) | [Image Generation](https://docs.langchain4j.dev/docs/category/image-models) | [ReRanking](https://docs.langchain4j.dev/docs/category/reranking-models)
| Provider | Native Image | [Completion](https://docs.langchain4j.dev/docs/category/language-models) | [Streaming](https://docs.langchain4j.dev/docs/integrations/language-models/response-streaming) | [Async Completion](https://docs.langchain4j.dev/docs/category/language-models) | [Async Streaming](https://docs.langchain4j.dev/docs/integrations/language-models/response-streaming) | [Embedding](https://docs.langchain4j.dev/docs/category/embedding-models) | [Image Generation](https://docs.langchain4j.dev/docs/category/image-models) | [ReRanking](https://docs.langchain4j.dev/docs/category/reranking-models)
|---------------------------------------------------------------------------------------------------------| ------------- | ----------- | ------------- | --------- |--------------------------------| ------------ |---------------------------------------------------------------------------------------------|---------------|
| [OpenAI](https://docs.langchain4j.dev/docs/integrations/language-models/openai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Azure OpenAI](https://docs.langchain4j.dev/docs/integrations/language-models/azure-openai) | | ✅ | ✅ | ✅ | | | ✅ | ✅ |
| [Hugging Face](https://docs.langchain4j.dev/docs/integrations/language-models/huggingface) | | ✅ | | | ✅ | | ✅ | |
| [Amazon Bedrock](https://docs.langchain4j.dev/docs/integrations/language-models/amazon-bedrock) | | ✅ | | | | | ✅ | |
| [Google Vertex AI Gemini](https://docs.langchain4j.dev/docs/integrations/language-models/google-gemini) | | ✅ | ✅ | | ✅ | | | |
| [Google Vertex AI](https://docs.langchain4j.dev/docs/integrations/language-models/google-palm) | ✅ | ✅ | | | ✅ | | ✅ | ✅ |
| [Mistral AI](https://docs.langchain4j.dev/docs/integrations/language-models/mistralai) | | ✅ | ✅ | | ✅ | ✅ | ✅ | |
| [DashScope](https://docs.langchain4j.dev/docs/integrations/language-models/dashscope) | | ✅ | ✅ | | | ✅ | ✅ | |
| [LocalAI](https://docs.langchain4j.dev/docs/integrations/language-models/localai) | | ✅ | ✅ | ✅ | ✅ | | ✅ | |
| [Ollama](https://docs.langchain4j.dev/docs/integrations/language-models/ollama) | | ✅ | ✅ | | ✅ | ✅ | ✅ | |
| [Cohere](https://docs.langchain4j.dev/docs/integrations/reranking-models/cohere) | | | | | | | | | ✅
| [Qianfan](https://docs.langchain4j.dev/docs/integrations/language-models/qianfan) | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| [ChatGLM](https://docs.langchain4j.dev/docs/integrations/language-models/chatglm) | | ✅ | | | | | | |
| [Nomic](https://docs.langchain4j.dev/docs/integrations/language-models/nomic) | | | | | | | ✅ | |
| [OpenAI](https://docs.langchain4j.dev/docs/integrations/language-models/openai) | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Azure OpenAI](https://docs.langchain4j.dev/docs/integrations/language-models/azure-openai) | | ✅ | ✅ | | | ✅ | ✅ |
| [Hugging Face](https://docs.langchain4j.dev/docs/integrations/language-models/huggingface) | | ✅ | | ✅ | | ✅ | | |
| [Amazon Bedrock](https://docs.langchain4j.dev/docs/integrations/language-models/amazon-bedrock) | | ✅ | | | | ✅ |
| [Google Vertex AI Gemini](https://docs.langchain4j.dev/docs/integrations/language-models/google-gemini) | | ✅ | ✅ | ✅ | ✅ | | |
| [Google Vertex AI](https://docs.langchain4j.dev/docs/integrations/language-models/google-palm) | ✅ | ✅ | | ✅ | | ✅ | ✅ |
| [Mistral AI](https://docs.langchain4j.dev/docs/integrations/language-models/mistralai) | | ✅ | ✅ | ✅ | ✅ | ✅ |
| [DashScope](https://docs.langchain4j.dev/docs/integrations/language-models/dashscope) | | ✅ | ✅ | | ✅ | ✅ |
| [LocalAI](https://docs.langchain4j.dev/docs/integrations/language-models/localai) | | ✅ | ✅ | ✅ | | ✅ | |
| [Ollama](https://docs.langchain4j.dev/docs/integrations/language-models/ollama) | | ✅ | ✅ | ✅ | ✅ | | |
| [Cohere](https://docs.langchain4j.dev/docs/integrations/reranking-models/cohere) | | | | | | | | ✅ |
| [Qianfan](https://docs.langchain4j.dev/docs/integrations/language-models/qianfan) | | ✅ | ✅ | ✅ | ✅ | ✅ | |
| [ChatGLM](https://docs.langchain4j.dev/docs/integrations/language-models/chatglm) | | ✅ | | | | |
| [Nomic](https://docs.langchain4j.dev/docs/integrations/language-models/nomic) | | | | | | ✅ | |
## Disclaimer

View File

@ -23,19 +23,20 @@ of course some LLM providers offer large multimodal model (accepting text or ima
:::
## Supported LLM Integrations
| Provider | Native Image | [Completion](/docs/category/language-models) | [Streaming](/docs/integrations/language-models/response-streaming) | Tools | [Async Completion](/docs/category/language-models) | [Async Streaming](/docs/integrations/language-models/response-streaming) | [Embedding](/docs/category/embedding-models) | [Image Generation](/docs/category/image-models) | [ReRanking](/docs/category/reranking-models)
|---------------------------------------------------------------------------------------------------------| ------------- | ----------- | ------------- | --------- |--------------------------------| ------------ |---------------------------------------------------------------------------------------------|---------------|
| [OpenAI](/docs/integrations/language-models/openai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Azure OpenAI](/docs/integrations/language-models/azure-openai) | | ✅ | ✅ | ✅ | | | ✅ | ✅ |
| [Hugging Face](/docs/integrations/language-models/huggingface) | | ✅ | | | ✅ | | ✅ | |
| [Amazon Bedrock](/docs/integrations/language-models/amazon-bedrock) | | ✅ | | | | | ✅ | |
| [Google Vertex AI Gemini](/docs/integrations/language-models/google-gemini) | | ✅ | ✅ | | ✅ | | | |
| [Google Vertex AI](/docs/integrations/language-models/google-palm) | ✅ | ✅ | | | ✅ | | ✅ | ✅ |
| [Mistral AI](/docs/integrations/language-models/mistralai) | | ✅ | ✅ | | ✅ | ✅ | ✅ | |
| [DashScope](/docs/integrations/language-models/dashscope) | | ✅ | ✅ | | | ✅ | ✅ | |
| [LocalAI](/docs/integrations/language-models/localai) | | ✅ | ✅ | ✅ | ✅ | | ✅ | |
| [Ollama](/docs/integrations/language-models/ollama) | | ✅ | ✅ | | ✅ | ✅ | ✅ | |
| [Cohere](/docs/integrations/reranking-models/cohere) | | | | | | | | | ✅
| [Qianfan](/docs/integrations/language-models/qianfan) | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| [ChatGLM](/docs/integrations/language-models/chatglm) | | ✅ | | | | | | |
| [Nomic](/docs/integrations/language-models/nomic) | | | | | | | ✅ | |
| Provider | [Native Image](/docs/category/code-execution-engines) | [Completion](/docs/tutorials/connect-to-llm) | [Streaming](/docs/tutorials/response-streaming) | [Async Completion](/docs/tutorials/connect-to-llm) | [Async Streaming](/docs/tutorials/response-streaming) | [Embeddings](/docs/category/embedding-models) | [Image Generation](/docs/category/image-models) | [ReRanking](/docs/category/reranking-models)
|---------------------------------------------------------------------------| ------------- | ----------- | ------------- | --------- |--------------------------------| ------------ |----------------------------------------------------------------------------------------------|---------------|
| [OpenAI](/docs/integrations/language-models/openai) | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Azure OpenAI](/docs/integrations/language-models/azure-openai) | | ✅ | ✅ | | | ✅ | ✅ |
| [Hugging Face](/docs/integrations/language-models/huggingface) | | ✅ | | ✅ | | ✅ | | |
| [Amazon Bedrock](/docs/integrations/language-models/amazon-bedrock) | | ✅ | | | | ✅ |
| [Google Vertex AI Gemini](/docs/integrations/language-models/google-gemini) | | ✅ | ✅ | ✅ | ✅ | | |
| [Google Vertex AI](/docs/integrations/language-models/google-palm) | ✅ | ✅ | | ✅ | | ✅ | ✅ |
| [Mistral AI](/docs/integrations/language-models/mistralai) | | ✅ | ✅ | ✅ | ✅ | ✅ |
| [DashScope](/docs/integrations/language-models/dashscope) | | ✅ | ✅ | | ✅ | ✅ |
| [LocalAI](/docs/integrations/language-models/localai) | | ✅ | ✅ | ✅ | | ✅ | |
| [Ollama](/docs/integrations/language-models/ollama) | | ✅ | ✅ | ✅ | ✅ | ✅ | |
| [Cohere](/docs/integrations/reranking-models/cohere) | | | | | | | | ✅ |
| [Qianfan](/docs/integrations/language-models/qianfan) | | ✅ | ✅ | ✅ | ✅ | ✅ | |
| [ChatGLM](/docs/integrations/language-models/chatglm) | | ✅ | | | | |
| [Nomic](/docs/integrations/language-models/nomic) | | | | | | ✅ | |