Skip to content

Commit 0e116f2

Browse files
authored
Add dotprompt plugin to menu sample (#90)
1 parent 428c538 commit 0e116f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/samples/menu/src/genkit.conf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import { configureGenkit } from '@genkit-ai/core';
1818
import { devLocalVectorstore } from '@genkit-ai/dev-local-vectorstore';
19+
import { dotprompt } from '@genkit-ai/dotprompt';
1920
import { textEmbeddingGecko, vertexAI } from '@genkit-ai/vertexai';
2021

2122
export default configureGenkit({
@@ -28,6 +29,7 @@ export default configureGenkit({
2829
embedderOptions: { taskType: 'RETRIEVAL_DOCUMENT' },
2930
},
3031
]),
32+
dotprompt(),
3133
],
3234
enableTracingAndMetrics: true,
3335
flowStateStore: 'firebase',

0 commit comments

Comments
 (0)