mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +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)...");
|
console.log("Building index (this might take a while with local Ollama)...");
|
||||||
|
|
||||||
const BATCH_SIZE = 50;
|
const BATCH_SIZE = 50;
|
||||||
let index: any;
|
let index: VectorStoreIndex | null = null;
|
||||||
|
|
||||||
// Try to load existing index if any
|
// Try to load existing index if any
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user