Skip to content

Commit

Permalink
Merge main into sweep/security-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
upmortem-sweep[bot] authored Oct 24, 2023
2 parents 8cfa0a0 + c0bc1cd commit 1df5a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantic_search/semantic_search/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_pinecone_key() -> str:


def get_pinecone_environment() -> str:
return "asia-southeast1-gcp-free"
return os.environ.get('PINECONE_ENVIRONMENT')


def get_pinecone_index_name() -> str:
Expand Down

0 comments on commit 1df5a84

Please sign in to comment.