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.
dotprompt
1 parent 428c538 commit 0e116f2Copy full SHA for 0e116f2
js/samples/menu/src/genkit.conf.ts
@@ -16,6 +16,7 @@
16
17
import { configureGenkit } from '@genkit-ai/core';
18
import { devLocalVectorstore } from '@genkit-ai/dev-local-vectorstore';
19
+import { dotprompt } from '@genkit-ai/dotprompt';
20
import { textEmbeddingGecko, vertexAI } from '@genkit-ai/vertexai';
21
22
export default configureGenkit({
@@ -28,6 +29,7 @@ export default configureGenkit({
28
29
embedderOptions: { taskType: 'RETRIEVAL_DOCUMENT' },
30
},
31
]),
32
+ dotprompt(),
33
],
34
enableTracingAndMetrics: true,
35
flowStateStore: 'firebase',
0 commit comments