File size: 587 Bytes
a531383
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
viewer: true
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: entries.parquet
---

# parsimony-dev/bdf

Parsimony catalog snapshot published for in-process search (FAISS/BM25 indexes).

The Hugging Face Dataset Viewer shows indexed **entries** from ``entries.parquet`` only.
Search index artifacts (``indexes/``, ``embeddings.faiss``, etc.) are ignored by the viewer.

**Configs:** ``default``

Load programmatically:

```python
from parsimony.catalog import Catalog

catalog = await Catalog.load("hf://parsimony-dev/bdf")
```