Spaces:
Sleeping
Sleeping
vthamaraikannan1@gmail.com commited on
Commit ·
dac1f39
1
Parent(s): 947000c
bug fix
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -213,7 +213,7 @@ def load_models():
|
|
| 213 |
@st.cache_resource(show_spinner=False)
|
| 214 |
def initialize_pinecone():
|
| 215 |
pc = Pinecone(api_key=PINECONE_API_KEY)
|
| 216 |
-
index = pc.Index("rag-
|
| 217 |
return index
|
| 218 |
|
| 219 |
@st.cache_resource(show_spinner=False)
|
|
|
|
| 213 |
@st.cache_resource(show_spinner=False)
|
| 214 |
def initialize_pinecone():
|
| 215 |
pc = Pinecone(api_key=PINECONE_API_KEY)
|
| 216 |
+
index = pc.Index("rag-latesh")
|
| 217 |
return index
|
| 218 |
|
| 219 |
@st.cache_resource(show_spinner=False)
|