- BREAKING CHANGE: Providers and intermediate handlers refactored to parsers and enrichers (#419)
- Add support for Git source to fetch files from Git repositories
- 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)
- 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)
- 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
- ragbits-core updated to version v0.9.0
- Add MultiQueryRetrieval (#311).
- Add AWS S3 source integration (#339).
- Add Azure BlobStorage source integration (#340).
- 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).
- ragbits-core updated to version v0.8.0
- Add CLI command to perform search on DocumentSearch instance (#290).
- New way to initialize DocumentSearch instances (#277).
- ragbits-core updated to version v0.7.0
- ragbits-core updated to version v0.6.0
- ragbits-core updated to version v0.5.1
- Distributed ingestion with usage of https://www.ray.io/ (#207)
- Documents can be now replaced in existing VectorStore (#210)
- ragbits-core updated to version v0.5.0
- Providers are now loaded dynamically (#219)
- Add support for batch ingestion (#185).
- Ingesting images is now supported (#172).
- ragbits-core updated to version v0.4.0
- Add location metadata to documents ingested into DocumentSearch (#122).
- Add LiteLLM Reranker (#109).
- 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).
- 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).
- ragbits-core updated to version v0.2.0
- Initial release of the package.
- Introduce core modules: documents, ingestion and retrival.
- Unstructured integration.