We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cf736 commit c55d1e1Copy full SHA for c55d1e1
scripts/indexDataInTypesense.js
@@ -78,7 +78,8 @@ async function indexJSONL() {
78
await client.collections().create(schema);
79
80
// read the JSONL file and parse it into batches
81
- const jsonlFilePath = "data/hn-comments-oct-2022.jsonl";
+ // const jsonlFilePath = "data/hn-comments-oct-2022.jsonl";
82
+ const jsonlFilePath = "data/hn-comments-1000-sample.jsonl";
83
const jsonlReadStream = fs.createReadStream(jsonlFilePath, {
84
encoding: "utf8",
85
});
0 commit comments