Skip to content

Commit

Permalink
turn off pinecone
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Jul 28, 2023
1 parent 5a64ac9 commit 6338e30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions platform/reworkd_platform/services/pinecone/pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,4 @@ def get_similar_tasks(

@staticmethod
def should_use() -> bool:
return bool(
settings.pinecone_index_name
and settings.pinecone_api_key
and settings.pinecone_environment
)
return False

0 comments on commit 6338e30

Please sign in to comment.