Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
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.
Space Mission Intelligence Data
Seed data for the Space Mission Intelligence Agent RAG pipeline.
Configurations
- documents — 40 documents (NASA technical reports, ESA mission papers, arXiv preprints)
- chunks — 2,590 text chunks with 1024-dim embeddings (sentence-transformers)
- satellites — satellite orbital data (TLE-derived)
Usage
from datasets import load_dataset
docs = load_dataset("JuanCastillo29/space-mission-intelligence-data", "documents")
chunks = load_dataset("JuanCastillo29/space-mission-intelligence-data", "chunks")
- Downloads last month
- 92