openrag/src/api
Lucas Oliveira c295431484
fix: refactor models validation to fix bugs related to ollama, watsonx and openai (#406)
* Fixed models service to try api key with first available model

* fixed ibm onboarding to not disable query when no data is available

* make ibm query disabled when not configured

* enable ollama query only when configured or endpoint present

* enable get openai models query when already configured

* just enable get from env when not configured

* Simplify ollama models validation

* fix max_tokens error on gpt 4o
2025-11-14 18:09:47 -03:00
..
__init__.py
auth.py ruff 2025-09-03 09:17:30 -04:00
chat.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
connector_router.py fix: set defined models for openai, make default embedding be used when disable ingest with LF feature flag is enabled (#128) 2025-10-01 16:50:21 -03:00
connectors.py Finally fix MSAL in onedrive/sharepoint 2025-09-25 13:12:27 -07:00
docling.py podman fixes: bind docling-serve to 0.0, improve logging, support magic podman and docker hostnames 2025-10-08 13:56:52 -04:00
documents.py Use opensearch queries on documents and processors 2025-10-06 09:45:33 -03:00
flows.py support for ingest 2025-09-09 11:12:48 -05:00
knowledge_filter.py fix: no-auth mode jwt check 2025-09-18 15:23:10 -04:00
langflow_files.py fix: file tuple for ingest 2025-10-06 16:25:05 -04:00
models.py feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
nudges.py fix: disable upload message when ingesting on onboarding, wait for file to be ingested, added knowledge filters on nudges (#345) 2025-11-11 18:20:39 -03:00
oidc.py ruff 2025-09-03 09:17:30 -04:00
provider_health.py feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
provider_validation.py fix: refactor models validation to fix bugs related to ollama, watsonx and openai (#406) 2025-11-14 18:09:47 -03:00
router.py Refactor file upload task to use filename mapping (#195) 2025-10-03 17:17:05 -03:00
search.py fix: no-auth mode jwt check 2025-09-18 15:23:10 -04:00
settings.py feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
tasks.py cancel status bug 2025-09-29 15:06:32 -04:00
upload.py Fix backend file context upload 2025-10-23 18:30:35 -03:00