Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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.
|