File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,12 +361,8 @@ User follow-up:
361361
362362prompt = f"""You are on a DigitalOcean droplet with a prepared Project Gutenberg corpus at {corpus_root}.
363363
364- The reusable text-only manifest directory for this corpus lives at {precomputed_index_dir}.
365- Important:
366- - `{precomputed_index_dir}` is a directory, not a file.
367- - The primary searchable file list is `{precomputed_index_dir}/all-text-files.tsv`.
368- - The metadata table is typically `{precomputed_index_dir}/metadata-table.jsonl`.
369- - Do not try to read `{precomputed_index_dir}` itself as a file.
364+ Use {precomputed_index_dir}/all-text-files.tsv as the source of truth for searchable raw text files.
365+ Use {precomputed_index_dir}/metadata-table.jsonl for metadata lookup.
370366
371367A user has submitted this research request:
372368
Original file line number Diff line number Diff line change @@ -264,7 +264,8 @@ effort = int(sys.argv[5])
264264
265265prompt = f"""You are on a DigitalOcean droplet with a prepared Project Gutenberg corpus at {corpus_root}.
266266
267- The reusable text-only manifest for this corpus lives at {precomputed_index_dir}.
267+ Use {precomputed_index_dir}/all-text-files.tsv as the source of truth for searchable raw text files.
268+ Use {precomputed_index_dir}/metadata-table.jsonl for metadata lookup.
268269
269270Search for evidence related to the following:
270271
You can’t perform that action at this time.
0 commit comments