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 "/src/libs/libcommon/src/libcommon/packaged_modules.py", line 18, in _refuse_lance
                  raise NotImplementedError(LANCE_DISABLED_MESSAGE)
              NotImplementedError: The Lance format is not supported.
              
              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.

Pre‑ingested LanceDB of 50k+ rows from MDN Web Docs.

Main intention is to use it with the companion RAG-MCP server ready for semantic search with hybrid vector (1024-d) and full‑text (BM25) retrieval. Other use cases are welcome as long as it complies with the license.

Content

The dataset covers the core MDN documentation sections, including:

  • Web API
  • JavaScript
  • HTML
  • CSS
  • SVG
  • HTTP

The source content, originally in a fairly custom markdown format, is thoroughly processed into plain yet still structured text and then semantically split into meaningful standalone chunks without a hard token limit or overlap.There may still be some minor nuances and room for improvement in the chunked text. Please let me know if you spot any quirks.

The embedding model used for data ingestion is BGE-M3 (1024 dimensions, 8192 tokens), specifically the quantized Q4_K_M GGUF version. Looking forward to trying pplx-embed-context-v1 once it's added to llama.cpp.

It is strongly recommended to use exactly the same model for correct similarity during query embedding.

Usage

See development repo on GitHub for more details.

Articles

License

This dataset is definitely a "derivative work" based upon the original MDN Web Docs content which license is quite complex:

  • "Prose" content is available under CC-BY-SA-2.5.
  • Code examples and snippets added on or after August 20, 2010 are in the public domain (CC0).
  • Code examples and snippets added before August 20, 2010 are available under MIT.

All code examples are never explicitly modified during the chunking step, and therefore are provided as is.

This dataset as a whole is provided under the same terms. No new copyright is asserted.

Downloads last month
141