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 eee54ab commit 23b9941Copy full SHA for 23b9941
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