-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Attempted import error: 'PineconeVectorStore' is not exported from 'llamaindex' #1361
Comments
Hey @GiveMeMoreLoansZeroInterest! 👋 I'm here to help you squash those pesky bugs and answer your burning questions. Let's tackle this issue together! To resolve the import error for import { PineconeVectorStore } from 'llama_index.vector_stores.pinecone'; This should correctly import the |
@dosu are you sure that's the import statement for typescript? |
I apologize for the confusion. For TypeScript, the import path might differ slightly. Please try the following import statement: import { PineconeVectorStore } from 'llamaindex/vector_stores/pinecone'; Ensure that the module path matches the structure in your |
@dosu that returns an import error. Are you sure this is the right import from Typescript? The documentation returns import {PineconeVectorStore} from 'llamaindex' |
The correct import path for If the documentation specifies import { PineconeVectorStore } from 'llama_index/vector_stores/pinecone'; Make sure to verify the structure in your |
Bug Description
Attempting to construct PineconeVectorStore and running into an issue. On Typescript. Any help is much appreciated!
Here's my code:
Here's my error:
Version
"llamaindex": "^0.7.0",
Steps to Reproduce
Attempt to construct PineconeVectorStore
Relevant Logs/Tracbacks
No response
The text was updated successfully, but these errors were encountered: