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
Branches add-pinecone-vector-store
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import { ...@@ -5,7 +5,7 @@ import {
storageContextFromDefaults, storageContextFromDefaults,
VectorStoreIndex, VectorStoreIndex,
} from "llamaindex"; } from "llamaindex";
import { PineconeVectorStore } from "../../../packages/core/src/storage/vectorStore/PineconeVectorStore"; import { PineconeVectorStore } from "llamaindex";
async function getSourceFilenames(sourceDir: string) { async function getSourceFilenames(sourceDir: string) {
return await fs return await fs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment