-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Refactoring removed critical / necessary code #89
Comments
To address the issue with Pinecone export functionality not working due to code removal in the commit Referencesai-northstar-tech/vector-io/src/vdf_io/export_vdf/pinecone_export.py |
Hi @tkreuder, this commit was part of a PR #86 which added back the necessary code under a flag. If the new list() function fails to list the ids in the index, it uses the old random search method to get the points. Can you share the command you use to export, the verson of vecto-io you used, and the error you got? |
I'm looking into the issue further and it looks like the function update_range_from_new_ids didn't get added back. testing a fix now |
can you retry with 0.1.246? And if it doesn't work, try again using the flag --no-use_list_points after pinecone in your command |
@tkreuder could you confirm if this fixed it for you? |
Details
23a217d removed code, so that pinecone export does not work anymore
Branch
No response
The text was updated successfully, but these errors were encountered: