Start writing cleaned jsonl output. Re-add sentence to trigger prompt. Fix recursion limit

This commit is contained in:
William Jeynes
2026-02-19 11:36:31 +00:00
parent 6f20ade780
commit 78a49e2843
4 changed files with 59 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const CSV_PATHS = [
const CACHE_PATH = "../data/csv.cache.json";
const JSONL_PATH = "../data/results.jsonl"
const JSONL_PATH = "../data/input.jsonl"
type EmbeddingCache = {
rawtexts: string[];