From 1c13f12b247683cf3dba48db265fd243569c2fc0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 16 Sep 2024 22:47:11 +0900 Subject: [PATCH] docs: update README.md minor fix --- examples/pipelines/slides_ai_search/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/slides_ai_search/README.md b/examples/pipelines/slides_ai_search/README.md index 92b683b..a77e64c 100644 --- a/examples/pipelines/slides_ai_search/README.md +++ b/examples/pipelines/slides_ai_search/README.md @@ -86,7 +86,7 @@ This demo consists of three parts: * The embeddings are then stored in Pathway's vector store using the `SlidesVectorStoreServer`. 3. **Metadata Handling**: * Images and files are dumped into local directories (`storage/pw_dump_images` and `storage/pw_dump_files`). - * Each slide gets a unique ID. This helps with opening files and images from the the UI. + * Each slide gets a unique ID. This helps with opening files and images from the UI. ### **Query Handling**