Skip to content

Commit fbce581

Browse files
committed
Clarify Hermes corpus manifest prompt
1 parent 44e15e4 commit fbce581

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

ops/digitalocean/bin/run-hermes-corpus-research.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,8 @@ User follow-up:
361361
362362
prompt = 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
371367
A user has submitted this research request:
372368

ops/digitalocean/bin/run-hermes-search.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ effort = int(sys.argv[5])
264264
265265
prompt = 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
269270
Search for evidence related to the following:
270271

0 commit comments

Comments
 (0)