Skip to content

Releases: langflow-ai/openrag

Release 0.5.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:16
Immutable release. Only release title and notes can be modified.
8eeae6f

What's Changed

🐛 Bug Fixes

  • fix: target agent component when updating chat flow system prompt by @Vchen7629 in #1918
  • fix: resolve Pydantic delta serialization warnings in agent streaming by @Vchen7629 in #1924
  • fix: prevent exception details from leaking in API error responses by @Vchen7629 in #1927
  • fix: report actual synced connection count in connector_sync (#1547) by @hunterxtang in #1930
  • fix: preserve HTTPException status in update_docling_preset by @hunterxtang in #1922
  • fix: check backend health inside container by @NishadA05 in #1921
  • fix: Stale api keys no longer display on the page once revoked by @Vchen7629 in #1934
  • fix: restore LLM model values in reapply_all_settings fallback (#1587) by @hunterxtang in #1932
  • fix: Podman compatibility by adding environment configurable repository prefix to Docker Compose image references by @Vchen7629 in #1919
  • fix: prevent partial matches for exact token searches by @NishadA05 in #1937
  • fix: cherry-picked display file names and fix ingestion for onedrive (#1609) by @richardz403 in #1970
  • fix: block image ingestion when OCR is disabled by @NishadA05 in #1973

Others

New Contributors

Full Changelog: v0.5.0...v0.5.1

Release 0.5.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:15
Immutable release. Only release title and notes can be modified.

What's Changed

✨ New Features

🐛 Bug Fixes

Read more

Release 0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 13:40
0e3316d

What's Changed

🐛 Bug Fixes

  • fix: refresh knowledge items and don't show processing items on filtered files by @lucaseduoli in #1265
  • fix: added check for podman compose inside startup checks by @lucaseduoli in #1266
  • fix: Unable to resolve Docling URL via Langflow on Linux by @mpawlow in #1305
  • fix: Integration tests are failing: test_chat_with_sources, test_full_rag_pipeline by @mpawlow in #1312
  • fix: added number_of_replicas as 0 to not create unused nodes in OpenSearch by @lucaseduoli in #1318
  • fix: added graceful shutdown and entrypoint wrapper by @lucaseduoli in #1319
  • fix: re-add litellm, fix ingestion without langflow for all providers, fix search functionality for all providers by @lucaseduoli in #1347
  • fix: change factory-reset functions to delete named volume for opensearch-data by @lucaseduoli in #1377

Others

Full Changelog: v0.4.0...v0.4.1

Release 0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 00:08

What's Changed

✨ New Features

🐛 Bug Fixes

Others

Full Changelog: v0.3.2...v0.4.0

Release 0.3.4

Choose a tag to compare

@github-actions github-actions released this 24 Mar 20:42

Full Changelog: v0.3.2...v0.3.4

  • Removed litellm as a dependency
  • fix: add any_configured() to ProvidersConfig to prevent onboarding 500 (#1226)

Release 0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Mar 22:02
34169fe

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: surface clear disk space error when OpenSearch exceeds 90% threshold by @TejasQ in #1053
  • fix: close task panel when opening filters by @Wallgau in #1155
  • fix: made nightly build to push always to langflowai by @lucaseduoli in #1159
  • fix: Fail to start the Backend container after upgrading to OpenRAG v… by @mpawlow in #1158

Full Changelog: v0.3.1...v0.3.2

Release 0.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 23:14
81d485d

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

  • docs: Remove uv pip from install and upgrade by @aimurphy in #1081
  • docs: Update banner logo, remove alt text from decorative image in README by @aimurphy in #1096
  • docs: update to mention FastAPI and not Starlette. by @philnash in #1052

🛠 Maintenance Tasks

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 12:24
cf84f5a

What's Changed

🚨 Breaking Changes

✨ New Features

  • feat: update the provider cards to match styles of connectors by @mfortman11 in #1057
  • feat: implement OpenRAG image management and cleanup functionality by @ricofurtado in #1056
  • feat: Update CI runner labels to ephemeral by @edwinjosechittilappilly in #1079
  • feat: Re-affirm Python 3.13 minimum version required for OpenRAG app via PyPI classifiers by @mpawlow in #1045
  • feat: Settings UX should let you remove a model provider by @mpawlow in #1062

🐛 Bug Fixes

📝 Documentation Updates

  • docs: adds prominent links to the Docs from the top of the README by @philnash in #1094

🛠 Maintenance Tasks

Others

New Contributors

Full Changelog: v0.2.5...v0.3.0

Release 0.2.5

Choose a tag to compare

@github-actions github-actions released this 27 Feb 21:01
53759ca

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

  • Docs: Link to MCP README by @aimurphy in #961
  • Docs: Replace install script with uvx by @aimurphy in #905
  • docs: Enhanced README with visual branding, badges, SDK docs, and MCP integration guide by @SonicDMG in #1028
  • docs: Change TUI to CLI prompts, and fix Python version at 3.13 by @aimurphy in #1030
  • docs: Some controls aren't available in CLI-only terminal session by @aimurphy in #1033
  • docs: Expand container VM troubleshooting by @aimurphy in #1035

🛠 Maintenance Tasks

Others

New Contributors

Full Changelog: v0.2.4...v0.2.5

Release 0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Feb 22:49
4e8509b

What's Changed

New Contributors

Full Changelog: v0.2.3.0.2...v0.2.4

What's Changed

New Contributors

Full Changelog: v0.2.3.0.2...v0.2.4

What's Changed

  • fix: Add EC curve-based algorithm selection for JWT by @edwinjosechittilappilly in #850
  • Allow users to configure different ports in .env file by @mjobrien05 in #872
  • fix(ui): Initial load of OpenRAG UI results in application error in development environment: "Uncaught ChunkLoadError" by @mpawlow in #873
  • fix: make fa...
Read more