Auto-update fts index
Some checks failed
CI / Typos (push) Successful in 18s
CI / Build and test (push) Failing after 1m4s
CI / Clippy (push) Successful in 1m56s

This commit is contained in:
2026-02-21 16:03:20 -08:00
parent 5d8ad4665d
commit 5aab61bd1b
36 changed files with 1121 additions and 275 deletions

View File

@@ -8,7 +8,7 @@ name = "dataset"
#
# working_dir = ".pile"
# Data sources avaliable in this dataset
# Data sources available in this dataset
source."music" = { type = "flac", path = ["music", "music-2"] }
@@ -19,7 +19,7 @@ source."music" = { type = "flac", path = ["music", "music-2"] }
#
# "field-name" = {
# # The type of data this field contains.
# # only text is supportedin this verison.
# # only text is supported in this version.
# type = "text",
#
# # An array of jsonpaths (rfc9535) used to extract this field from each source entry.