Skip to content

Commit 1b1c761

Browse files
committed
chore: remove unmaintained legacy LLM providers
Breaking Changes: - Remove Cloudflare Workers AI provider - Remove Cohere provider - Remove Ernie (Baidu) provider - Remove Llamafile provider - Remove Local provider - Remove Maritaca provider - Remove Watsonx (IBM) provider - Remove compliance testing suite This removes dead code that was no longer maintained, tested, or actively used. Users should migrate to actively supported providers like OpenAI, Anthropic, Google AI, Bedrock, or Ollama for local deployments. Documentation: - Remove provider integration pages - Update parity matrix - Update search index - Remove provider examples
1 parent 560049b commit 1b1c761

107 files changed

Lines changed: 3230 additions & 16203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,8 @@ When adding a new LLM provider:
214214
2. Implement the `llms.Model` interface
215215
3. Create an internal client package for HTTP interactions
216216
4. Use `httputil.DefaultClient` for HTTP requests
217-
5. Add compliance tests: `compliance.NewSuite("yourprovider", model).Run(t)`
218-
6. Add tests with httprr recordings for HTTP calls
219-
7. Follow the existing provider patterns for options and error handling
217+
5. Add tests with httprr recordings for HTTP calls
218+
6. Follow the existing provider patterns for options and error handling
220219

221220
##### Adding a New Vector Store
222221

doc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
// - Anthropic (Claude family)
9191
// - Google AI (Gemini, PaLM)
9292
// - AWS Bedrock (Claude, Llama, Titan)
93-
// - Cohere
9493
// - Mistral AI
9594
// - Ollama (local models)
9695
// - Hugging Face Inference

docs/docs/modules/model_io/models/llms/Integrations/llamafile.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/docs/modules/model_io/models/llms/Integrations/local.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/docs/modules/model_io/models/llms/Integrations/watsonx.mdx

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/parity_matrix.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,10 @@ These are newer features from LangChain Python that represent the current direct
214214
| Google Vertex AI ||
215215
| AWS Bedrock ||
216216
| Mistral AI ||
217-
| Cohere ||
218217
| Hugging Face ||
219218
| Ollama ||
220-
| LlamaFile ||
221219
| Local LLM ||
222220
| Groq ||
223-
| WatsonX ||
224-
| Ernie (Baidu) ||
225-
| Cloudflare Workers AI ||
226-
| Maritaca AI ||
227221
| NVIDIA ||
228222
| Perplexity ||
229223
| DeepSeek ||
@@ -241,7 +235,6 @@ These are newer features from LangChain Python that represent the current direct
241235
| Jina AI ||
242236
| VoyageAI ||
243237
| Mistral ||
244-
| Cohere ||
245238
| Azure OpenAI ||
246239

247240
## Tools

0 commit comments

Comments
 (0)