Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|