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 8b6bbce commit 5185337Copy full SHA for 5185337
src/services/code-index/embedders/openai-compatible.ts
@@ -114,8 +114,7 @@ export class OpenAICompatibleEmbedder implements IEmbedder {
114
// The OpenAI package has custom parsing that truncates embedding dimension to 256,
115
// which destroys accuracy.
116
// If we pass `encoding_format: "base64"`, it does not perform any parsing,
117
- // leaving parsing up to us. This is likely a bug in the OpenAI package, possibly
118
- // addressed by https://github.com/openai/openai-node/pull/1448 (but maybe not)
+ // leaving parsing up to us.
119
encoding_format: "base64",
120
})
121
0 commit comments