Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from sentence_transformers import SentenceTransformer
|
|
4 |
import logging
|
5 |
|
6 |
PINECONE_KEY = st.secrets["PINECONE_KEY"] # app.pinecone.io
|
7 |
-
INDEX_ID = '
|
8 |
|
9 |
@st.experimental_singleton
|
10 |
def init_pinecone():
|
|
|
4 |
import logging
|
5 |
|
6 |
PINECONE_KEY = st.secrets["PINECONE_KEY"] # app.pinecone.io
|
7 |
+
INDEX_ID = 'youtube-search'
|
8 |
|
9 |
@st.experimental_singleton
|
10 |
def init_pinecone():
|