data v2
Browse files
    	
        .gitattributes
    CHANGED
    
    | @@ -40,4 +40,6 @@ documents/climate_gpt_only_giec.faiss filter=lfs diff=lfs merge=lfs -text | |
| 40 | 
             
            climate_gpt_only_giec.db filter=lfs diff=lfs merge=lfs -text
         | 
| 41 | 
             
            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 | 
             
            front/assets/*.png filter=lfs diff=lfs merge=lfs -text
         | 
|  | |
| 40 | 
             
            climate_gpt_only_giec.db filter=lfs diff=lfs merge=lfs -text
         | 
| 41 | 
             
            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
         | 
| 45 | 
             
            front/assets/*.png filter=lfs diff=lfs merge=lfs -text
         | 
    	
        documents/climate_gpt_v2.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"sql_url": "sqlite:///climate_gpt_v2.db", "faiss_index_factory_str": "Flat", "index": "climate_gpt_v2", "similarity": "dot_product", "embedding_dim": 768}
         | 
    	
        documents/climate_gpt_v2_only_giec.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"sql_url": "sqlite:///climate_gpt_v2_only_giec.db", "faiss_index_factory_str": "Flat", "index": "climate_gpt_v2", "similarity": "dot_product", "embedding_dim": 768}
         | 
