eaglelandsonce commited on
Commit
8f952fc
·
verified ·
1 Parent(s): 0efbe38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,