Skip to content

Latest commit

 

History

History
141 lines (87 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

141 lines (87 loc) · 3.28 KB

CHANGELOG

Unreleased

Changed

  • BREAKING CHANGE: Providers and intermediate handlers refactored to parsers and enrichers (#419)
  • Add support for Git source to fetch files from Git repositories

0.10.2 (2025-03-21)

Changed

  • ragbits-core updated to version v0.10.2
  • Remove obsolete ImageDescriber and llm from UnstructuredImageProvider (#430)
  • Make SourceError and its subclasses picklable (#435)
  • Allow for setting custom headers in WebSource (#437)

0.10.1 (2025-03-19)

Changed

  • ragbits-core updated to version v0.10.1
  • BREAKING CHANGE: Renamed HttpSource to WebSource and changed property names (#420)
  • Better error distinction for WebSource (#421)

0.10.0 (2025-03-17)

Changed

  • ragbits-core updated to version v0.10.0
  • BREAKING CHANGE: Processing strategies refactored to ingest strategies (#394)
  • Compability with the new Vector Store interface from ragbits-core (#288)
  • Fix docstring formatting to resolve Griffe warnings
  • Introduce intermediate image elements (#139)
  • Add HTTP source type, which downloads a file from the provided URL (#397)
  • added traceable

0.9.0 (2025-02-25)

Changed

  • ragbits-core updated to version v0.9.0
  • Add MultiQueryRetrieval (#311).
  • Add AWS S3 source integration (#339).
  • Add Azure BlobStorage source integration (#340).

0.8.0 (2025-01-29)

Added

  • DocumentSearch ingest accepts now a simple string format to determine sources; for example gcs://bucket/* (#264).
  • New CLI command to ingest documents (#305).
  • Add support for rerankers library (#284).

Changed

  • ragbits-core updated to version v0.8.0

0.7.0 (2025-01-21)

Added

  • Add CLI command to perform search on DocumentSearch instance (#290).

Changed

  • New way to initialize DocumentSearch instances (#277).
  • ragbits-core updated to version v0.7.0

0.6.0 (2024-12-27)

Changed

  • ragbits-core updated to version v0.6.0

0.5.1 (2024-12-09)

Changed

  • ragbits-core updated to version v0.5.1

0.5.0 (2024-12-05)

Added

  • Distributed ingestion with usage of https://www.ray.io/ (#207)
  • Documents can be now replaced in existing VectorStore (#210)

Changed

  • ragbits-core updated to version v0.5.0
  • Providers are now loaded dynamically (#219)

0.4.0 (2024-11-27)

Added

  • Add support for batch ingestion (#185).
  • Ingesting images is now supported (#172).

Changed

  • ragbits-core updated to version v0.4.0

0.3.0 (2024-11-06)

Added

  • Add location metadata to documents ingested into DocumentSearch (#122).
  • Add LiteLLM Reranker (#109).

Changed

  • ragbits-core updated to version v0.3.0
  • refactor: Add dynamic loading for modules that depend on optional dependencies (#148).
  • refactor: change the type in from_source method to Source (#156).
  • refactor: unified API for text representations of Element models (#171).

0.2.0 (2024-10-23)

Added

  • Creation of DocumentSearch instances from config (#62).
  • Automatic detection of document type (#99).
  • LLM-based query rephrasing (#115).
  • Batch ingestion from sources (#112).
  • Add support to image formats (#121).
  • Add HuggingFace sources (#106).

Changed

  • ragbits-core updated to version v0.2.0

0.1.0 (2024-10-08)

Added

  • Initial release of the package.
  • Introduce core modules: documents, ingestion and retrival.
  • Unstructured integration.