Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringlengths
14
66
output
stringlengths
103
302
List first 5 assets by category
{"name": "First 5 Assets by Category", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "category", "direction": "asc"}], "limit": 5}}
Show assets where domain is pending sorted by type
{"name": "Pending Domain Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "domain", "text": {"equals": "pending"}}]}, "sort": [{"property": "asset_type", "direction": "asc"}]}}
List top 10 accts by currency
{"name": "Top 10 Accounts by Currency", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "sort": [{"property": "currency", "direction": "asc"}], "limit": 10}}
Show procs created this week
{"name": "Procs Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "created_at", "date": {"past_week": {}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
What locs do I have?
{"name": "All Locations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}}}
Find all assets in the vault
{"name": "All Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}}}
Find assets from 2026
{"name": "Assets from 2026", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "created", "text": {"contains": "2026"}}]}}}
List _schemas ordered by relationships descending
{"name": "Schemas by Relationships", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "sort": [{"property": "relationships", "direction": "desc"}]}}
List first 5 evts by description
{"name": "First 5 Events by Description", "formula": {"filter": {"property": "folder", "text": {"startsWith": "evt/"}}, "sort": [{"property": "description", "direction": "asc"}], "limit": 5}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Find assets from 2024
{"name": "Assets from 2024", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "created", "text": {"contains": "2024"}}]}}}
Find projects in progress
{"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
List projs ordered by tech_stack descending
{"name": "Projects by Tech Stack", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "tech_stack", "direction": "desc"}]}}
What docs were added recently?
{"name": "Recent Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}, "sort": [{"property": "created", "direction": "desc"}], "limit": 10}}
What are the newest evts?
{"name": "Newest Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
What are the newest orgs?
{"name": "Newest Organizations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
List top 10 learns by date_learned
{"name": "Top 10 Learns by Date Learned", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "sort": [{"property": "date_learned", "direction": "desc"}], "limit": 10}}
Show accts sorted by status_changed_at
{"name": "Accounts by Status Change", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "sort": [{"property": "status_changed_at", "direction": "desc"}]}}
Show procs sorted by notes
{"name": "Processes Sorted by Notes", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}]}, "sort": [{"property": "notes", "direction": "desc"}]}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Which locs have lng set to done?
{"name": "Locations with lng done", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}, {"property": "lng", "text": {"equals": "done"}}]}}}
Show top 10 orgs
{"name": "Top 10 Organizations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}]}, "limit": 10}}
List first 5 learns by related_projects
{"name": "First 5 Learns by Related Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "sort": [{"property": "related_projects", "direction": "desc"}], "limit": 5}}
What are the newest evts?
{"name": "Newest Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
List first 5 assets by maintenance_procedure
{"name": "First 5 Assets by Maintenance Procedure", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "maintenance_procedure", "direction": "asc"}], "limit": 5}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Which procs have relationships set to important?
{"name": "Important Procs", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "relationships", "text": {"contains": "important"}}]}}}
List completed projects
{"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}}
Which assets have url set to completed?
{"name": "Assets with URL Completed", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "url", "text": {"equals": "completed"}}]}}}
What projs do I have?
{"name": "My Projects", "formula": {"filter": {"property": "folder", "text": {"startsWith": "proj/"}}}}
Which learns have source_url set to active?
{"name": "Learns with Active Source URL", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}, {"property": "source_url", "text": {"equals": "active"}}]}}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Show persons created this week
{"name": "Persons Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}, {"property": "created_at", "date": {"past_week": {}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
List evts ordered by owner descending
{"name": "Events by Owner Descending", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "sort": [{"property": "owner", "direction": "desc"}]}}
What are the newest locs?
{"name": "Newest Locations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
Show oldest locs first
{"name": "Oldest Locations First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}, "sort": [{"property": "created_at", "direction": "asc"}]}}
List accts ordered by acct_type descending
{"name": "Accounts by Type", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "sort": [{"property": "acct_type", "direction": "desc"}]}}
Find projects in progress
{"name": "Projects In Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
What _schemas were added recently?
{"name": "Recent Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
Find projects in progress
{"name": "Projects In Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
List completed projects
{"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}}
What are the newest assets?
{"name": "Newest Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
What learns do I have?
{"name": "All Learns", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}}}
Show top 10 orgs
{"name": "Top 10 Organizations", "formula": {"filter": {"property": "folder", "text": {"startsWith": "org/"}}, "limit": 10}}
Find all docs in the vault
{"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}}
What projs were added recently?
{"name": "Recent Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
What docs do I have?
{"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}}
Show me all contents
{"name": "All Contents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}]}}}
List completed projects
{"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Show me all evts
{"name": "All Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}}}
List locs ordered by loc_type descending
{"name": "Locations by Type Descending", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}, "sort": [{"property": "loc_type", "direction": "desc"}]}}
List docs ordered by relationships descending
{"name": "Docs by Relationships", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}, "sort": [{"property": "relationships", "direction": "desc"}]}}
Find projects in progress
{"name": "Projects In Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
Show oldest _schemas first
{"name": "Oldest Schemas First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "sort": [{"property": "created_at", "direction": "asc"}]}}
Which procs have relationships set to done?
{"name": "Completed Processes", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "relationships", "text": {"equals": "done"}}]}}}
Find all projs in the vault
{"name": "All Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}}}
Which assets have owner set to completed?
{"name": "Assets with Owner Completed", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "owner", "text": {"equals": "completed"}}]}}}
Show locs where coordinates is done sorted by notes
{"name": "Locations with Coordinates by Notes", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}, {"property": "coordinates", "text": {"equals": "done"}}]}, "sort": [{"property": "notes", "direction": "desc"}]}}
Show top 10 assets
{"name": "Top 10 Assets", "formula": {"filter": {"property": "folder", "text": {"startsWith": "asset/"}}, "limit": 10}}
Find assets from 2026
{"name": "Assets from 2026", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "created", "text": {"contains": "2026"}}]}}}
List first 5 locs by loc_type
{"name": "First 5 Locations by Type", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}, "sort": [{"property": "loc_type", "direction": "asc"}], "limit": 5}}
Find contents with title containing done
{"name": "Contents with Done in Title", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "title", "text": {"contains": "done"}}]}}}
List top 10 persons by moon
{"name": "Top 10 Persons by Moon", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "astrology", "direction": "desc"}], "limit": 10}}
Show evts where created_at is pending
{"name": "Events with Pending Created At", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}, {"property": "created_at", "text": {"equals": "pending"}}]}}}
Show orgs where certifications is active
{"name": "Active Certified Organizations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}, {"property": "certifications", "text": {"contains": "active"}}]}}}
List top 10 procs by end_date
{"name": "Top 10 Procs by End Date", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}]}, "sort": [{"property": "end_date", "direction": "desc"}], "limit": 10}}
List first 5 projs by description
{"name": "First 5 Projects by Description", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "description", "direction": "asc"}], "limit": 5}}
Find all assets in the vault
{"name": "All Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}}}
List top 10 accts by opened
{"name": "Top 10 Accounts by Opened", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
List completed projects
{"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}}
Find projects in progress
{"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
List completed projects
{"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}}
Show top 10 locs
{"name": "Top 10 Locations", "formula": {"filter": {"property": "folder", "text": {"startsWith": "loc/"}}, "limit": 10}}
What _schemas do I have?
{"name": "All Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}}}
List first 5 procs by participants
{"name": "First 5 Procs by Participants", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}]}, "sort": [{"property": "participants", "direction": "desc"}], "limit": 5}}
Show top 10 evts
{"name": "Top 10 Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "limit": 10}}
Show projs where relationships is completed sorted by domain
{"name": "Completed Projects by Domain", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "relationships", "text": {"contains": "completed"}}]}, "sort": [{"property": "domain", "direction": "asc"}]}}
Find contents from 2025
{"name": "Contents from 2025", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "published", "text": {"contains": "2025"}}]}}}
Which assets have currency set to pending?
{"name": "Assets with Pending Currency", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "currency", "text": {"equals": "pending"}}]}}}
What are the newest assets?
{"name": "Newest Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
What projs were added recently?
{"name": "Recent Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}}
Find all contents in the vault
{"name": "All Contents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}]}}}
Find projects in progress
{"name": "Projects In Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}}
Find all persons in the vault
{"name": "All Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}}}
What docs do I have?
{"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}}
List every evt
{"name": "All Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}}}
What projs do I have?
{"name": "My Projects", "formula": {"filter": {"property": "folder", "text": {"startsWith": "proj/"}}}}
Show active projects
{"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}}
Show assets created this week
{"name": "Assets Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "created", "date": {"past_week": {}}}]}, "sort": [{"property": "created", "direction": "desc"}]}}
Show top 10 accts
{"name": "Top 10 Accounts", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "limit": 10}}
Find orgs from 2025
{"name": "Orgs from 2025", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}, {"property": "created_at", "text": {"contains": "2025"}}]}}}
Find _schemas with created_at containing completed
{"name": "Schemas with Completed Created At", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "created_at", "text": {"contains": "completed"}}]}}}
Show oldest projs first
{"name": "Oldest Projects First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "created", "direction": "asc"}]}}
Show learns created this week
{"name": "Learns Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}, {"property": "created_at", "date": {"past_week": {}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}}
List top 10 persons by twenty_id
{"name": "Top 10 Persons by Twenty ID", "formula": {"filter": {"property": "folder", "text": {"startsWith": "person/"}}, "sort": [{"property": "twenty_id", "direction": "desc"}], "limit": 10}}
Show top 10 docs
{"name": "Top 10 Docs", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}, "limit": 10}}
Show _schemas where updated_at is active
{"name": "Active Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "updated_at", "text": {"equals": "active"}}]}}}
Show top 10 locs
{"name": "Top 10 Locations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}, "limit": 10}}
List every doc
{"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}}
End of preview. Expand in Data Studio

YAML Metadata Warning: empty or missing yaml metadata in repo card

Check out the documentation for more information.

Obsidian Bases Query Dataset

Training data for a small language model that converts natural language questions into Obsidian Bases .base file format.

Format

  • instruction: Natural language question
  • output: JSON .base file content

Usage

For fine-tuning Qwen 3 0.6B with TRL/SFT.

Stats

  • 1,000 training samples
  • Generated via Claude Sonnet 4
  • Based on real vault schema (10 entity types)
Downloads last month
8