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