Skip to content

Alpha 0.4.0

Latest
Compare
Choose a tag to compare
@sebovzeoueb sebovzeoueb released this 05 Sep 09:02
· 1 commit to main since this release

0.4.0 - 2024-09-05

Changes

  • OpenSearch backend now uses multiple indices to store document metadata, this avoids unnecessary duplication of said metadata and allows us to more easily reference specific documents in the collection.
  • Documents are inserted into OpenSearch database instead of uploads directory.
  • Some of the CLI scripts have been renamed to be more consistent and better fit the new database schema.
  • Volumes are managed by Docker instead of mounting directories from the host OS. This allows us to resolve some issues with permissions that may have been preventing Linux users from using the app.
  • Chat UI uses new chatbot interface provided by Shiny for Python.

Added

  • Install script makes necessary changes if previously installed version is incompatible with the one being installed. As we approach 1.0 we will refine this system to minimize data loss when upgrading, while still in Alpha phase we make no such promises!