Commit
·
3a71545
1
Parent(s):
bedc260
Replaced previous files with new files and correct folder organization
Browse files
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 |
+
}
|