We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645b908 commit c688982Copy full SHA for c688982
src/services/code-index/embedders/matterai.ts
@@ -12,7 +12,7 @@ import { OpenAICompatibleEmbedder } from "./openai-compatible"
12
*/
13
export class MatterAiEmbedder implements IEmbedder {
14
private readonly openAICompatibleEmbedder: OpenAICompatibleEmbedder
15
- private static readonly MATTERAI_BASE_URL = "https://api.matterai.so/v1/embed"
+ private static readonly MATTERAI_BASE_URL = "https://api.matterai.so/v1/embeddings"
16
private static readonly DEFAULT_MODEL = "matterai-embedding-large"
17
private readonly modelId: string
18
0 commit comments