Bryan Bimantaka (Monash University)
commited on
Commit
·
8332fd0
1
Parent(s):
1a8e843
update score and data
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ Responlah dengan sensitif terhadap emosi pengguna, baik itu kebingungan, kesedih
|
|
66 |
# --------------------------------------------------------------
|
67 |
# RAG
|
68 |
|
69 |
-
TOP_K =
|
70 |
|
71 |
domain_data = [os.path.join(DOMAIN_DATA_DIR, f) for f in os.listdir(DOMAIN_DATA_DIR) if f.endswith('.txt')]
|
72 |
pages = []
|
|
|
66 |
# --------------------------------------------------------------
|
67 |
# RAG
|
68 |
|
69 |
+
TOP_K = 1
|
70 |
|
71 |
domain_data = [os.path.join(DOMAIN_DATA_DIR, f) for f in os.listdir(DOMAIN_DATA_DIR) if f.endswith('.txt')]
|
72 |
pages = []
|