openrag/src/api
Edwin Jose 998d8b9195 Add fail-safe mode to embedding and OpenSearch components
Introduces a 'fail_safe_mode' option to the Embedding Model and OpenSearch (Multi-Model Multi-Embedding) components, allowing errors to be logged and None returned instead of raising exceptions. Refactors embedding model fetching logic for better error handling and updates component metadata, field order, and dependencies. Also adds 'className' fields and updates frontend node folder IDs for improved UI consistency.
2025-11-26 01:15:30 -05:00
..
__init__.py refactor 2025-07-30 11:18:19 -04:00
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 Add fail-safe mode to embedding and OpenSearch components 2025-11-26 01:15:30 -05: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