Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 80, in _split_generators
                  raise ValueError(
                  ...<2 lines>...
                  )
              ValueError: The TAR archives of the dataset should be in WebDataset format, but the files in the archive don't share the same prefix or the same types.
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 68, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

LightRAG vs GraphRAG — Önceden Çıkarılmış İndeksler (Türkçe Osmanlı korpusu)

Bu dataset, lightrag-vs-graphrag-turkce projesinin hazır (extraction yapılmış) indekslerini içerir. Amaç: repoyu klonlayan biri pahalı indekslemeyi (~$5, saatler) tekrar çalıştırmadan doğrudan sorgu yapabilsin/grafı inceleyebilsin.

İçerik

Dosya Ne Boyut
lightrag_index.tar.gz LightRAG dosya-tabanlı indeks (graphml + vektör DB'leri + KV store) ~474M
graphrag_index.tar.gz GraphRAG çıktısı (entities/relationships/communities/reports parquet + LanceDB) ~146M
lightrag_llm_cache.tar.gz LightRAG LLM cache (isteğe bağlı — prod Qdrant/Neo4j'i BEDAVA rebuild için) ~6M

Not: GraphRAG extraction cache (1.2GB) dahil DEĞİL. Sorgu cevapları taze üretilir.

Prod depo (Qdrant+Neo4j) isteyen: fetch_index.py --with-cache ile cache'i de al → docker compose up -d03_index.py --storage prod → extraction tekrar ödenmez (cache hit), sadece lokal embedding + DB yazma.

Kullanım

git clone https://github.com/MasallahErim/lightrag-vs-graphrag-turkce
cd lightrag-vs-graphrag-turkce
uv sync
uv run python scripts/fetch_index.py          # bu dataset'i indirip workspaces/'e açar
# sorgu (re-index YOK):
uv run python scripts/04_query.py --framework lightrag --embedding qwen3-embedding-8b --mode hybrid

Deney künyesi

250 Türkçe Vikipedi makalesi (Osmanlı tarihi) · Qwen3-Embedding-8B · deepseek-v4-flash (extraction) + gpt-oss-120b (cevap). Graf: LightRAG 11.451 entity / 14.422 ilişki (dedup sonrası), GraphRAG 11.717 entity / 25.081 ilişki + 598 topluluk raporu.

Bulgular ve metodoloji: GitHub reposudocs/yazi/hipotez_karnesi.md.

Downloads last month
39