From b24ffc61747ee001b6544887b0c7666551a9c88b Mon Sep 17 00:00:00 2001 From: Marcus Schiesser Date: Tue, 21 Jan 2025 12:32:05 +0700 Subject: [PATCH] fix: pinecone import (#1603) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0a07ee8e..433e92c73b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you need any of those classes, you have to import them instead directly thoug Here's an example for importing the `PineconeVectorStore` class: ```typescript -import { PineconeVectorStore } from "llamaindex/storage/vectorStore/PineconeVectorStore"; +import { PineconeVectorStore } from "llamaindex/vector-store/PineconeVectorStore"; ``` As the `PDFReader` is not working with the Edge runtime, here's how to use the `SimpleDirectoryReader` with the `LlamaParseReader` to load PDFs: