We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ae1c8 commit 7f18177Copy full SHA for 7f18177
lib/embeddings.ts
@@ -190,7 +190,7 @@ export type EmbeddingsClient = {
190
maxToken?: number,
191
) => Promise<{ success: boolean }>;
192
getAllEmbeddings: () => Promise<{ ids: string[] }>;
193
- Embeddings: () => Embeddings;
+ Embeddings: (embeddingsOptions?: EmbeddingsOptions) => Embeddings;
194
};
195
196
export default function client(clientOptions: InputClientOptions = {}): EmbeddingsClient {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polyfire-js",
3
- "version": "0.2.52",
+ "version": "0.2.53",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"author": "Lancelot Owczarczak <[email protected]>",
0 commit comments