Skip to content

Commit

Permalink
fix: pinecone import (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser authored Jan 21, 2025
1 parent 82e25c9 commit b24ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b24ffc6

Please sign in to comment.