Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
felipearosr committed Mar 5, 2024
1 parent 226dd00 commit ec7fed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.Pinecone - HybridRetriever - Adv.Ingestion/.env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mandatory
OPENAI_API_KEY="sk-..."
PINECONE_API_KEY="..."
LLAMA_PARSE_API_KEY="llx-..."
PINECONE_API_KEY="..." # for vector database
LLAMA_PARSE_API_KEY="llx-..." # for pdf ingestion

# Optional
MODEL="gpt-4-0125-preview"
Expand Down

0 comments on commit ec7fed8

Please sign in to comment.