v2.0.38
Release Notes:
-
Document Management:
- Enhanced document ingestion and search functionalities
- Added UUID generation based on data hash
- Improved handling of document updates and file ingestion
-
API and Endpoints:
- Added health check endpoint
- Updated search result format and handling
- Improved KG agent prompt updating
-
Configuration and Dependencies:
- Set Ollama as default local embedding provider
- Updated dependencies and added CodeCov integration
- Refined Docker documentation
-
Code Refactoring:
- Streamlined pipeline initialization
- Renamed functions in quickstart example for consistency
- Removed unused clients (ExaClient, IonicClient)
-
Testing and CI:
- Added end-to-end tests for document operations
- Integrated CodeCov with CI workflow
-
Documentation:
- Reorganized and expanded README.md
- Created Jupyter notebook for examples
- Updated quickstart demo
-
Bugfixes:
- Addressed SQLite AND/OR logic bug
- Fixed Ollama serve command error
- Patched quickstart bug
-
Misc:
- Updated logging format
- Added debug print statement in R2RApp initialization