protectai / rebuff

LLM Prompt Injection Detector
https://playground.rebuff.ai
Apache License 2.0
1.01k stars 67 forks source link

Fix pinecone missing API key #108

Closed ristomcgehee closed 5 months ago

ristomcgehee commented 6 months ago

Fixing issue identified in #107. You only encounter this if you don't set an environment variable named PINECONE_API_KEY (Langchain will read from that env var if you call Pinecone.from_existing_index).

Fixes #107