Skip to content

v2.0.38

Compare
Choose a tag to compare
@emrgnt-cmplxty emrgnt-cmplxty released this 25 Jun 05:33
· 22 commits to main since this release
4b3a389

v2.0.38

Release Notes:

  1. Document Management:

    • Enhanced document ingestion and search functionalities
    • Added UUID generation based on data hash
    • Improved handling of document updates and file ingestion
  2. API and Endpoints:

    • Added health check endpoint
    • Updated search result format and handling
    • Improved KG agent prompt updating
  3. Configuration and Dependencies:

    • Set Ollama as default local embedding provider
    • Updated dependencies and added CodeCov integration
    • Refined Docker documentation
  4. Code Refactoring:

    • Streamlined pipeline initialization
    • Renamed functions in quickstart example for consistency
    • Removed unused clients (ExaClient, IonicClient)
  5. Testing and CI:

    • Added end-to-end tests for document operations
    • Integrated CodeCov with CI workflow
  6. Documentation:

    • Reorganized and expanded README.md
    • Created Jupyter notebook for examples
    • Updated quickstart demo
  7. Bugfixes:

    • Addressed SQLite AND/OR logic bug
    • Fixed Ollama serve command error
    • Patched quickstart bug
  8. Misc:

    • Updated logging format
    • Added debug print statement in R2RApp initialization