| { | |
| "dataset_name": "dpr_diskann", | |
| "embedding_model": "facebook/contriever-msmarco", | |
| "distance_metric": "mips", | |
| "dimensions": 768, | |
| "backend_name": "diskann", | |
| "passage_sources": [ | |
| { | |
| "path": "data/indices/dpr/dpr_diskann.passages.jsonl", | |
| "type": "jsonl", | |
| "text_field": "text", | |
| "id_field": "id", | |
| "index_path": "data/indices/dpr/dpr_diskann.passages.idx" | |
| } | |
| ], | |
| "created_by": "simple_converter.py", | |
| "is_legacy": true | |
| } |