From 803a9947b919b030a85c35146019de26824c8399 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser Date: Tue, 21 Jan 2025 12:30:37 +0700 Subject: [PATCH] fix: pinecone import --- 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: