-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove unused files and update configurations - Deleted `legal_acts_articles.csv` and `naive_summarizer.py`. - Updated `docker-compose.yml` to remove unused CUDA environment variable. - Modified `next.config.mjs` to include additional image domains. - Added `ActSection` model in `admin.py` and updated related migrations. - Adjusted `VectorizedModel` to change embedding dimensions and summary field. - Updated database settings in `settings.py` for better configuration. Removed all views and optimized docker infrastructure
- Loading branch information
Showing
34 changed files
with
13,124 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,6 @@ services: | |
|
||
environment: | ||
- C_FORCE_ROOT=true | ||
- CUDA=${CUDA:-false} | ||
env_file: | ||
- .env | ||
mem_limit: 4g | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.