We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now there has some bulk insert API. Eg:
# in BloomFilter def add_int_batch(self, array: Sequence[int]): ... def add_str_batch(self, array: Sequence[str]): ... ...
Add more batch insert API and support batch check API.
The text was updated successfully, but these errors were encountered:
feat: enhance bulk api for python (#5)
194c40f
docs: bulk api docs (#5).
1b9162e
Enable since version 0.5.2
Sorry, something went wrong.
No branches or pull requests
Now there has some bulk insert API. Eg:
Add more batch insert API and support batch check API.
The text was updated successfully, but these errors were encountered: