JSv4 / OpenContracts

Mass document analytics platform based on LlamaIndex, Pgvector, React and Django.
https://JSv4.github.io/OpenContracts/
Apache License 2.0
706 stars 56 forks source link

Fix GUI Bugs #138

Closed JSv4 closed 4 months ago

JSv4 commented 4 months ago

Fixed a couple bugs:

  1. Sample frontend .env needs OPENCONTRACTS suffix
  2. The navbars were still loading env variables from process.env and not window._env_. Fixed.
  3. Sample backend env files had wrong AWS variable names.
  4. Added a note on the initial popup that free accounts will have shared extractors
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.18%. Comparing base (fb8d946) to head (5fd6382). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ======================================= Coverage 70.18% 70.18% ======================================= Files 59 59 Lines 2700 2700 ======================================= Hits 1895 1895 Misses 805 805 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.