Amogh1221 commited on
Commit
40c461b
·
1 Parent(s): 292c40c

Change Pinecone API key to placeholder text

Browse files

Updated the Pinecone API key placeholder for security.

Files changed (1) hide show
  1. build_pinecone_judgements.py +1 -1
build_pinecone_judgements.py CHANGED
@@ -21,7 +21,7 @@ from pinecone import Pinecone, ServerlessSpec
21
  import torch
22
 
23
  # ── Configuration ─────────────────────────────────────────────────────────────
24
- PINECONE_API_KEY = "pcsk_3xZm5c_FcWbAXNUTzNUgMzimd1aQ2FHk9dbp8idGoWH429FGFFMwwu6KppRPd4bp6NdGek" # ← paste your key
25
  PINECONE_INDEX = "legal-judgements"
26
  PINECONE_CLOUD = "aws"
27
  PINECONE_REGION = "us-east-1"
 
21
  import torch
22
 
23
  # ── Configuration ─────────────────────────────────────────────────────────────
24
+ PINECONE_API_KEY = "Enter your Pincone_API" # ← paste your key
25
  PINECONE_INDEX = "legal-judgements"
26
  PINECONE_CLOUD = "aws"
27
  PINECONE_REGION = "us-east-1"