vaithehie commited on
Commit
385b0b5
·
verified ·
1 Parent(s): 294aa87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ TRAIN_DOCS_DIR = Path("./train_data")
54
  COLLECTION_NAME = "rag_documents"
55
  CHUNK_SIZE = 512
56
  CHUNK_OVERLAP = 50
57
- TOP_K_RESULTS = 3
58
 
59
  # Settings loaded from data/config.json (runtime config).
60
  # Falls back to the root config.json which serves as the example/template.
 
54
  COLLECTION_NAME = "rag_documents"
55
  CHUNK_SIZE = 512
56
  CHUNK_OVERLAP = 50
57
+ TOP_K_RESULTS = 5
58
 
59
  # Settings loaded from data/config.json (runtime config).
60
  # Falls back to the root config.json which serves as the example/template.