rushankg commited on
Commit
f77d6e1
·
verified ·
1 Parent(s): 896df36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def get_pinecone_index(database_id: str) -> Index:
122
  )
123
 
124
  # connect to index
125
- index = pc.Index(index_name)
126
 
127
  def add_to_voyage(person_name: str, person_projects: list) -> None:
128
  embeds = []
 
122
  )
123
 
124
  # connect to index
125
+ index = pc.Index(database_id)
126
 
127
  def add_to_voyage(person_name: str, person_projects: list) -> None:
128
  embeds = []