Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def get_post_headers() -> dict:
|
|
32 |
"Content-Type": "application/json",
|
33 |
}
|
34 |
|
35 |
-
def query_vectara(query: str, filter_str="", lambda_val=0.0) -> str:
|
36 |
corpus_key = {
|
37 |
"customerId": customer_id,
|
38 |
"corpusId": corpus_id,
|
|
|
32 |
"Content-Type": "application/json",
|
33 |
}
|
34 |
|
35 |
+
def query_vectara(query: str, case_number: int, filter_str="", lambda_val=0.0) -> str:
|
36 |
corpus_key = {
|
37 |
"customerId": customer_id,
|
38 |
"corpusId": corpus_id,
|