Upload folder using huggingface_hub
Browse files
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
|