seansullivan commited on
Commit
507c60c
·
verified ·
1 Parent(s): 7555b41

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='HiPerGator'
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='HiPerGator2'
41
  pc = Pinecone(api_key=PINE_API_KEY)
42
  index = pc.Index(index_name)
43