Spaces:
Running
Running
Amogh1221 commited on
Commit ·
40c461b
1
Parent(s): 292c40c
Change Pinecone API key to placeholder text
Browse filesUpdated the Pinecone API key placeholder for security.
build_pinecone_judgements.py
CHANGED
|
@@ -21,7 +21,7 @@ from pinecone import Pinecone, ServerlessSpec
|
|
| 21 |
import torch
|
| 22 |
|
| 23 |
# ── Configuration ─────────────────────────────────────────────────────────────
|
| 24 |
-
PINECONE_API_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"
|