Samiraxio commited on
Commit
bf987c2
·
verified ·
1 Parent(s): eb67e3e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. climateqa/engine/vectorstore.py +0 -4
climateqa/engine/vectorstore.py CHANGED
@@ -7,10 +7,6 @@ with open("./cred.json","w") as fj:
7
 
8
  storage_client = storage.Client()
9
 
10
-
11
-
12
- #storage_client = storage.Client(service_account.Credentials.from_service_account_file(json.loads(os.environ['GOOGLE_APPLICATION_CREDENTIALS'])))
13
- #storage_client = storage.Client.create_anonymous_client()
14
  bucket_name = "docs-axio-clara"
15
 
16
  from langchain_pinecone import PineconeVectorStore
 
7
 
8
  storage_client = storage.Client()
9
 
 
 
 
 
10
  bucket_name = "docs-axio-clara"
11
 
12
  from langchain_pinecone import PineconeVectorStore