Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ MODEL_NAME = "command-r-08-2024"
|
|
18 |
|
19 |
# Vector database configuration
|
20 |
API_URL = "https://sendthat.cc"
|
21 |
-
HISTORY_INDEX = "
|
22 |
|
23 |
def search_document(query, k):
|
24 |
try:
|
|
|
18 |
|
19 |
# Vector database configuration
|
20 |
API_URL = "https://sendthat.cc"
|
21 |
+
HISTORY_INDEX = "history"
|
22 |
|
23 |
def search_document(query, k):
|
24 |
try:
|