Skip to content

Commit 2809f86

Browse files
committed
tweaks
1 parent 3515c6c commit 2809f86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/class/SimpleTable.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ import {
6666
camelCase,
6767
createDirectory,
6868
formatNumber,
69-
getEmbedding,
7069
logBarChart,
7170
logDotChart,
7271
logLineChart,
@@ -786,7 +785,7 @@ export default class SimpleTable extends Simple {
786785
ollama?: boolean;
787786
verbose?: boolean;
788787
} = {},
789-
) {
788+
): Promise<SimpleTable> {
790789
return await aiVectorSimilarity(this, text, column, nbResults, options);
791790
}
792791

0 commit comments

Comments
 (0)