Anne31415 commited on
Commit
888529f
·
verified ·
1 Parent(s): 2ed7c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -48,8 +48,7 @@ pc = Pinecone(api_key=api_key)
48
 
49
  index_name = "canopy--document-uploader" # Replace with your chosen index name
50
 
51
- index = Pinecone.Index(name=index_name)
52
-
53
 
54
 
55
  # Step 1: Clone the Dataset Repository
 
48
 
49
  index_name = "canopy--document-uploader" # Replace with your chosen index name
50
 
51
+ index = pc.Index(name=index_name)
 
52
 
53
 
54
  # Step 1: Clone the Dataset Repository