Skip to content

Commit

Permalink
Update GenAI Experimental README
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632320556
  • Loading branch information
schmidt-sebastian authored and copybara-github committed May 10, 2024
1 parent a44a83b commit 7fd502c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mediapipe/tasks/web/genai_experimental/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MediaPipe Tasks GenAI Package
# MediaPipe Tasks GenAI Experimental Package

This package contains experimental GenAI tasks for MediaPipe.

Expand All @@ -19,7 +19,7 @@ const ragPipeline = await RagPipeline.createWithEmbeddingModel(
);
await ragPipeline.recordBatchedMemory([
'Paris is the capital of France.',
'Berlin is the capital of Germany',
'Berlin is the capital of Germany.',
]);
const result = await ragPipeline.generateResponse(
'What is the capital of France?',
Expand Down

0 comments on commit 7fd502c

Please sign in to comment.