Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ embed = OpenAIEmbeddings(
|
|
37 |
|
38 |
# ========== PART 2 ==========
|
39 |
index_name='splade'
|
40 |
-
namespace_name='
|
41 |
pc = Pinecone(api_key=PINE_API_KEY)
|
42 |
index = pc.Index(index_name)
|
43 |
|
|
|
37 |
|
38 |
# ========== PART 2 ==========
|
39 |
index_name='splade'
|
40 |
+
namespace_name='HiperGator'
|
41 |
pc = Pinecone(api_key=PINE_API_KEY)
|
42 |
index = pc.Index(index_name)
|
43 |
|