| # Merge Split Files | |
| ## kb_index.faiss (25.3 GB) | |
| This file has been split into 26 chunks (1GB each) located in: | |
| ``` | |
| annotation/2M_kb_eval/echosight_evqa_2M_kb/kb_index_files/ | |
| ``` | |
| **To merge:** | |
| ```bash | |
| cd annotation/2M_kb_eval/echosight_evqa_2M_kb/kb_index_files/ | |
| python merge_chunks.py | |
| ``` | |
| The merged `kb_index.faiss` will be placed in `../` (parent directory). | |
| **Requirements:** Python 3.6+ and ~50GB free disk space during merge. | |
| --- | |
| license: apache-2.0 | |
| --- | |