-
Notifications
You must be signed in to change notification settings - Fork 40
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
Missing Export for Pinecone DB #38
Comments
Resolved by looking at the exports in package.json and altering the import. That being said, Typescript won't accept the import so I need to
Otherwise I get |
This should not be the case. Look at the sample project written in TS - I have updated the documentation to make it clear what the import paths should be. For your TS error, could you share with me your tsconfig.json file and node version? |
Thanks for updating the documentation! Will definitely help others with future debugging if needed. It's worth noting i'm in a monorepo so there might be an issue with that? Heres my
Node Version: |
Thanks for sharing the tsconfig. Did this ever work for you since then? I haven't tested the library with monorepos yet but I suppose I can take a look - but it will take a bit. |
I am closing this issue for now, feel free to reopen it if issue persists. I am planning to move the library itself to a monorepo setup in some time, this should make things easier I suppose. |
Seems like an export is missing to use Pinecone DB
Same with cache
Code
The imports are structured like this (auto imported)
Partial Package.json
Let me know if you need more information to reproduce!
The text was updated successfully, but these errors were encountered: