From 69e8c7527f3305935c44c0bd57860de68a6380c1 Mon Sep 17 00:00:00 2001 From: Linghua Jin Date: Tue, 4 Mar 2025 00:57:00 -0800 Subject: [PATCH] fix link to pdf_embedding example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6954d11..a09c3dc6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Go to the [examples directory](examples) to try out with any of the examples, fo |---------|-------------| | [Text Embedding](examples/text_embedding) | Index text documents with embeddings for semantic search | | [Code Embedding](examples/code_embedding) | Index code embeddings for semantic search | -| [PDF Embedding](examples/pdf_processing) | Parse PDF and index text embeddings for semantic search | +| [PDF Embedding](examples/pdf_embedding) | Parse PDF and index text embeddings for semantic search | More coming and stay tuned! If there's any specific examples you would like to see, please let us know in our [Discord community](https://discord.com/invite/zpA9S2DR7s) 🌱.