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 e34758f commit 03872bbCopy full SHA for 03872bb
1 file changed
CHANGELOG.md
@@ -66,9 +66,7 @@
66
import * as Sentry from '@sentry/cloudflare';
67
import { OpenAIEmbeddings } from '@langchain/openai';
68
69
- const embeddings = Sentry.instrumentLangChainEmbeddings(
70
- new OpenAIEmbeddings({ model: 'text-embedding-3-small' }),
71
- );
+ const embeddings = Sentry.instrumentLangChainEmbeddings(new OpenAIEmbeddings({ model: 'text-embedding-3-small' }));
72
73
await embeddings.embedQuery('Hello world');
74
```
0 commit comments