chore: bump version (#3333)

This commit is contained in:
Alex Yang
2023-07-21 00:39:16 +08:00
committed by GitHub
parent e3a6204f2d
commit ecf6f98858
24 changed files with 3004 additions and 4032 deletions

View File

@@ -9,8 +9,8 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.25",
"@blocksuite/icons": "^2.1.26",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.11"
"foxact": "^0.2.17"
}
}

View File

@@ -1,7 +1,7 @@
// fixme: vector store has not finished
import type { DBSchema } from 'idb';
import { Document } from 'langchain/document';
import type { Embeddings } from 'langchain/embeddings';
import { Embeddings } from 'langchain/embeddings';
import { VectorStore } from 'langchain/vectorstores';
import { similarity as ml_distance_similarity } from 'ml-distance';

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.25",
"@blocksuite/icons": "^2.1.26",
"@toeverything/plugin-infra": "workspace:*"
}
}