Zwounds commited on
Commit
7431289
·
verified ·
1 Parent(s): 1924cb2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ HF_DATASET_ID = "Zwounds/Libguides_Embeddings" # Your HF Dataset ID
27
  PARQUET_FILENAME = "libguides_embeddings.parquet" # Filename within the dataset
28
  ADD_BATCH_SIZE = 500 # Batch size for adding to Chroma
29
  TOP_K = 20
30
- INITIAL_N_RESULTS = 50
31
  MAX_NEW_TOKENS = 512
32
  # ---
33
 
 
27
  PARQUET_FILENAME = "libguides_embeddings.parquet" # Filename within the dataset
28
  ADD_BATCH_SIZE = 500 # Batch size for adding to Chroma
29
  TOP_K = 20
30
+ INITIAL_N_RESULTS = 100
31
  MAX_NEW_TOKENS = 512
32
  # ---
33