File size: 212 Bytes
ef7a3be
1710972
ef7a3be
 
5a16bc2
ef7a3be
 
 
1
2
3
4
5
6
7
8
9
from pinecone import Pinecone, ServerlessSpec

# Initialize Pinecone
pc = Pinecone(api_key=pinecone_api_key)

# Connect to your existing index
index_name = "legal-docs-index-dji2ip8"
index = pc.Index(index_name)