Commit 1b1c761
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 examples1 parent 560049b commit 1b1c761
107 files changed
Lines changed: 3230 additions & 16203 deletions
File tree
- docs
- docs/modules/model_io/models/llms/Integrations
- static
- styles/langchaingo
- examples
- cohere-llm-example
- ernie-chat-example
- ernie-completion-example
- ernie-function-call-example
- llamafile-completion-example
- local-llm-example
- maritaca-example
- watsonx-llm-example
- internal/devtools/lint
- llms
- cloudflare
- internal/cloudflareclient
- cohere
- internal/cohereclient
- testdata
- testdata
- compliance
- ernie
- internal/ernieclient
- llamafile
- internal/llamafileclient
- local
- internal/localclient
- maritaca
- internal/maritacaclient
- watsonx
- testing/llmtest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
| 217 | + | |
| 218 | + | |
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | 217 | | |
219 | 218 | | |
220 | | - | |
221 | 219 | | |
222 | 220 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 221 | | |
228 | 222 | | |
229 | 223 | | |
| |||
241 | 235 | | |
242 | 236 | | |
243 | 237 | | |
244 | | - | |
245 | 238 | | |
246 | 239 | | |
247 | 240 | | |
| |||
0 commit comments