Skip to content

Commit 3bad807

Browse files
committed
Refactor installation scripts for enhanced user experience
- Streamline install.sh and uninstall.sh for better usability. - Implement interactive prompts for user decisions during installation and uninstallation. - Update documentation to reflect changes in installation processes and user options.
1 parent 8ecef3a commit 3bad807

1,178 files changed

Lines changed: 34298 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/directory.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DIRECTORY__NUM_WATCHER_WORKERS=4
2+
DIRECTORY__NUM_EMBEDDING_WORKERS=4
3+
DIRECTORY__BATCH_SIZE=50
4+
DIRECTORY__RECURSIVE_INDEXING=false

configs/embedders.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"image_embedders": [
3+
{
4+
"name": "regnet",
5+
"model_name": "regnety_1280.swag_ft_in1k",
6+
"weight": 0.25
7+
},
8+
{
9+
"name": "eva",
10+
"model_name": "eva02_large_patch14_448.mim_m38m_ft_in22k_in1k",
11+
"weight": 0.25
12+
}
13+
]
14+
}

configs/query.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
QUERY__NUM_IMAGES_TO_GENERATE=1
2+
QUERY__NUM_IMAGES_TO_RETRIEVE=10
3+
QUERY__GENERATED_IMAGE_SIZE=SMALL
4+
QUERY__NUM_ENGINES_TO_USE=1
5+
QUERY__USE_FALLBACK=true
6+
QUERY__INCLUDE_BASE_IMAGES_IN_PREVIEW=false

configs/service.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SERVICE__USE_CUDA=true

experiments/IMPLEMENTATION_PLAN.md

Lines changed: 187 additions & 0 deletions

experiments/README.md

Lines changed: 163 additions & 0 deletions
377 KB
373 KB
380 KB
363 KB

0 commit comments

Comments
 (0)