LaoCzi commited on
Commit
9262e02
·
1 Parent(s): 8fa84bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def print_docs(docs):
91
 
92
 
93
 
94
- index_name = "yc-faq"
95
  vectorstore = Pinecone.from_existing_index(index_name, embeddings)
96
 
97
  def ask_yc_bot(question):
 
91
 
92
 
93
 
94
+ index_name = "yc-faq-air"
95
  vectorstore = Pinecone.from_existing_index(index_name, embeddings)
96
 
97
  def ask_yc_bot(question):