fix(llm.gblib): Fix in doc. publishing.
This commit is contained in:
parent
0b238ab99d
commit
4292464fbc
1 changed files with 0 additions and 2 deletions
|
@ -357,8 +357,6 @@ export class GBDeployer implements IGBDeployer {
|
||||||
vectorStore = new HNSWLib(embedding, {
|
vectorStore = new HNSWLib(embedding, {
|
||||||
space: 'cosine'
|
space: 'cosine'
|
||||||
});
|
});
|
||||||
await vectorStore.save(min['vectorStorePath']);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
return vectorStore;
|
return vectorStore;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue