NinaAchache commited on
Commit
693a376
1 Parent(s): b32197f

Replaced previous files with new files and correct folder organization

Browse files
documents/climate_gpt.faiss ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f76824baf8ab91efd808728e6e4fbf31b6a30d621b3379835812ab0f75e9936
3
+ size 178775085
documents/climate_gpt.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "sql_url": "sqlite:///climate_gpt.db",
3
+ "faiss_index_factory_str": "Flat",
4
+ "index": "climate_gpt",
5
+ "similarity": "dot_product",
6
+ "embedding_dim": 768
7
+ }