We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb612e commit 3e9704cCopy full SHA for 3e9704c
1 file changed
packages/components/nodes/embeddings/LMStudioAIEmbedding/LmStudioEmbedding.ts
@@ -59,6 +59,7 @@ class LmStudioEmbedding_Embeddings implements INode {
59
60
const obj: Partial<LmStudioEmbeddingsParams> & { configuration?: ClientOptions } = {
61
modelName,
62
+ encodingFormat: 'float',
63
configuration: {
64
apiKey: lmStudioApiKey,
65
baseURL
0 commit comments