Skip to content
Snippets Groups Projects
Commit 83ab7622 authored by Michael Tutty's avatar Michael Tutty Committed by Marcus Schiesser
Browse files

Fix reference in examples/pinecone-vector-store

parent d4312d50
No related merge requests found
......@@ -5,7 +5,7 @@ import {
storageContextFromDefaults,
VectorStoreIndex,
} from "llamaindex";
import { PineconeVectorStore } from "../../../packages/core/src/storage/vectorStore/PineconeVectorStore";
import { PineconeVectorStore } from "llamaindex";
async function getSourceFilenames(sourceDir: string) {
return await fs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment