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

@@ -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';