Skip to content
Snippets Groups Projects
Unverified Commit b24ffc61 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

fix: pinecone import (#1603)

parent 82e25c92
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ If you need any of those classes, you have to import them instead directly thoug ...@@ -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: Here's an example for importing the `PineconeVectorStore` class:
```typescript ```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: As the `PDFReader` is not working with the Edge runtime, here's how to use the `SimpleDirectoryReader` with the `LlamaParseReader` to load PDFs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment