Created
June 6, 2024 11:16
-
-
Save zackproser/7939f7207a114753cbfbf0feee428f09 to your computer and use it in GitHub Desktop.
Pinecone iterate over ID prefixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Iterate over all chunks from order #1 | |
for ids in index.list(prefix='order1#', namespace='orders'): | |
print(ids) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment