Samiraxio commited on
Commit
de34389
1 Parent(s): df09075

Upload folder using huggingface_hub

Browse files
climateqa/engine/vectorstore.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  with open("./cred.json","w") as fj:
6
  fj.write(os.environ["CRED_JSON"])
7
-
8
  storage_client = storage.Client()
9
 
10
  bucket_name = "docs-axio-clara"
 
4
 
5
  with open("./cred.json","w") as fj:
6
  fj.write(os.environ["CRED_JSON"])
7
+
8
  storage_client = storage.Client()
9
 
10
  bucket_name = "docs-axio-clara"
requirements.txt CHANGED
@@ -10,4 +10,5 @@ msal
10
  pyalex==0.13
11
  networkx==3.2.1
12
  pyvis==0.3.2
13
- annoy==1.17.3
 
 
10
  pyalex==0.13
11
  networkx==3.2.1
12
  pyvis==0.3.2
13
+ annoy==1.17.3
14
+ langchain_pinecone