dify/api/providers
FFXN b0c4d8c541
fix: Compatibility issues with the summary index feature when using the weaviate vector database (#35052)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-04-14 03:44:49 +00:00
..
vdb fix: Compatibility issues with the summary index feature when using the weaviate vector database (#35052) 2026-04-14 03:44:49 +00:00
README.md refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00

Providers

This directory holds optional workspace packages that plug into Difys API core. Providers are responsible for implementing the interfaces and registering themselves to the API core. Provider mechanism allows building the software with selected set of providers so as to enhance the security and flexibility of distributions.

Developing Providers

Tests

Provider tests often live next to the package, e.g. providers/<type>/<backend>/tests/unit_tests/. Shared fixtures may live under providers/ (e.g. conftest.py).