seansullivan commited on
Commit
d3b6c35
·
verified ·
1 Parent(s): 7b2f4f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ embed = OpenAIEmbeddings(
37
 
38
  # ========== PART 2 ==========
39
  index_name='splade'
40
- namespace_name='HiperGator2'
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