eaglelandsonce commited on
Commit
556ff8e
1 Parent(s): e84a43c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ import pandas as pd
114
 
115
  # Define the Vectara query function
116
  def vectara_query(query: str, config: dict):
117
- """Query Vectara and return the results."""
118
  corpus_key = [{
119
  "customerId": config["customer_id"],
120
  "corpusId": config["corpus_id"],
 
114
 
115
  # Define the Vectara query function
116
  def vectara_query(query: str, config: dict):
117
+ # Query Vectara and return the results.
118
  corpus_key = [{
119
  "customerId": config["customer_id"],
120
  "corpusId": config["corpus_id"],