Markus Hartung
65ab30ca98
fix(db): include local no-API-key providers in Qdrant embedding-model list ( #11949 )
...
The embedding-models route only treated a provider connection as "configured"
when it had a real apiKey or authType "oauth". Local/self-hosted providers
(ollama-local, lm-studio, vllm, etc.) connect through the connections route
with authType "apikey" but no apiKey — the connect form never asks for one
(src/shared/constants/providers/local.ts) — so an active local connection's
embedding models (embeddinggemma, nomic-embed-text, bge-m3 for ollama-local)
never surfaced in the dropdown even though the connection tested "Ativo".
Reuse the existing canonical providerAllowsOptionalApiKey() helper
(src/shared/constants/providers.ts) — already used for the identical
requiresApiKey check in src/app/api/providers/[id]/test/route.ts and across
the Zod validation schemas — instead of hardcoding a provider id list.
2026-08-29 05:45:02 -03:00
..
2026-08-29 01:17:40 -03:00
2026-08-28 05:03:51 -03:00
2026-08-20 09:46:13 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-08-29 01:17:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-17 05:18:57 -03:00
2026-08-17 05:18:57 -03:00
2026-07-29 15:18:55 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-05-10 00:55:06 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-21 02:13:00 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-06-13 17:27:40 -03:00
2026-06-13 17:27:40 -03:00
2026-08-20 06:37:02 -03:00
2026-04-30 20:31:00 -03:00
2026-06-03 18:24:41 -03:00
2026-08-20 19:56:34 -03:00
2026-05-10 00:55:06 -03:00
2026-08-29 01:17:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-28 05:03:51 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-12 23:49:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-13 09:12:40 -03:00
2026-08-29 01:17:40 -03:00
2026-07-02 10:47:13 -03:00
2026-08-20 10:27:26 -03:00
2026-08-09 09:53:07 -03:00
2026-08-09 09:53:07 -03:00
2026-08-05 23:52:27 -03:00
2026-07-02 10:47:13 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-08-20 06:30:20 -03:00
2026-06-17 19:26:32 -03:00
2026-08-09 09:53:07 -03:00
2026-08-09 09:53:07 -03:00
2026-07-29 15:18:55 -03:00
2026-08-29 01:17:40 -03:00
2026-05-10 00:55:06 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-25 18:55:18 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-04-16 05:26:17 -03:00
2026-08-25 16:46:23 -03:00
2026-07-29 15:18:55 -03:00
2026-06-03 22:48:24 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-05-23 01:46:59 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-07-13 09:12:40 -03:00
2026-08-29 01:17:40 -03:00
2026-06-12 23:49:22 -03:00
2026-08-25 09:24:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 05:45:02 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-25 16:46:23 -03:00
2026-06-14 18:02:08 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-28 15:19:29 -03:00
2026-08-28 14:07:39 -03:00
2026-08-25 16:46:23 -03:00
2026-07-02 10:47:13 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-18 11:50:01 -03:00
2026-08-25 11:37:19 -03:00
2026-08-29 01:17:40 -03:00
2026-08-29 01:17:40 -03:00
2026-08-09 09:53:07 -03:00