Added v3 FAISS Flat Files
Browse files- .gitattributes +2 -0
- climateqa_v3.json +1 -0
.gitattributes
CHANGED
@@ -42,3 +42,5 @@ climate_gpt_v2_only_giec.db filter=lfs diff=lfs merge=lfs -text
|
|
42 |
climate_gpt_v2.db filter=lfs diff=lfs merge=lfs -text
|
43 |
documents/climate_gpt_v2_only_giec.faiss filter=lfs diff=lfs merge=lfs -text
|
44 |
documents/climate_gpt_v2.faiss filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
42 |
climate_gpt_v2.db filter=lfs diff=lfs merge=lfs -text
|
43 |
documents/climate_gpt_v2_only_giec.faiss filter=lfs diff=lfs merge=lfs -text
|
44 |
documents/climate_gpt_v2.faiss filter=lfs diff=lfs merge=lfs -text
|
45 |
+
climateqa_v3.db filter=lfs diff=lfs merge=lfs -text
|
46 |
+
climateqa_v3.faiss filter=lfs diff=lfs merge=lfs -text
|
climateqa_v3.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"sql_url": "sqlite:///climateqa_v3.db", "faiss_index_factory_str": "Flat", "index": "climateqa_v3", "similarity": "dot_product", "embedding_dim": 768}
|