legalfriend / app.py
Hidayatmahar's picture
Update app.py
ef7a3be verified
raw
history blame
212 Bytes
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)