add individual config files for each strategy,

config file path can be specified as the second argument
This commit is contained in:
Arthur Lu
2025-02-28 19:17:44 +00:00
committed by root
parent e9b1128826
commit f7903f4fea
6 changed files with 18 additions and 1 deletions

4
app/config_prefetch.yaml Normal file
View File

@@ -0,0 +1,4 @@
cache_strategy: "Prefetch" # Change this to "Prefetch" or "Tiered" or "Seive"
cache_limit: 10
l2_cache_limit: 100
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder