Skip to content

Commit 03872bb

Browse files
committed
format
1 parent e34758f commit 03872bb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@
6666
import * as Sentry from '@sentry/cloudflare';
6767
import { OpenAIEmbeddings } from '@langchain/openai';
6868

69-
const embeddings = Sentry.instrumentLangChainEmbeddings(
70-
new OpenAIEmbeddings({ model: 'text-embedding-3-small' }),
71-
);
69+
const embeddings = Sentry.instrumentLangChainEmbeddings(new OpenAIEmbeddings({ model: 'text-embedding-3-small' }));
7270

7371
await embeddings.embedQuery('Hello world');
7472
```

0 commit comments

Comments
 (0)