Skip to content

Commit 110e987

Browse files
chore-jain-ai-add-params
1 parent 9775e10 commit 110e987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/providers/jina/embed.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ export const JinaEmbedConfig: ProviderConfig = {
1616
param: 'input',
1717
default: '',
1818
},
19+
1920
encoding_format: {
2021
param: 'encoding_format',
2122
},
23+
dimensions: {
24+
param: 'dimensions',
25+
}
2226
};
2327

2428
interface JinaEmbedResponse extends EmbedResponse {}

0 commit comments

Comments
 (0)