mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
fix(ingest): fix any type for index
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ async function main() {
|
||||
console.log("Building index (this might take a while with local Ollama)...");
|
||||
|
||||
const BATCH_SIZE = 50;
|
||||
let index: any;
|
||||
let index: VectorStoreIndex | null = null;
|
||||
|
||||
// Try to load existing index if any
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user