Spaces:
Paused
Paused
derek-thomas
commited on
Commit
·
00754c3
1
Parent(s):
c0e1397
Using less context
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def add_text(history, text):
|
|
| 32 |
|
| 33 |
|
| 34 |
def bot(history, system_prompt=""):
|
| 35 |
-
top_k =
|
| 36 |
query = history[-1][0]
|
| 37 |
|
| 38 |
logger.warning('Retrieving documents...')
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
def bot(history, system_prompt=""):
|
| 35 |
+
top_k = 4
|
| 36 |
query = history[-1][0]
|
| 37 |
|
| 38 |
logger.warning('Retrieving documents...')
|