You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to check for the existence of a Collection in client.collections using "collection_name" in client.collections, the program stalls seemingly forever, consuming all the available RAM relatively quickly, regardless of if the collection does indeed exist or not.
Description
When trying to check for the existence of a Collection in
client.collections
using"collection_name" in client.collections
, the program stalls seemingly forever, consuming all the available RAM relatively quickly, regardless of if the collection does indeed exist or not.Steps to reproduce
My particular environment is on Windows 10, using Docker Desktop with Docker Engine version 26.1.4 and the typesense container created using
on Powershell.
Expected Behavior
Either for it return if the collection exists or not, or to error gracefully.
Actual Behavior
The program stalls forever, consuming more and more RAM until the script is interrupted and the Docker container shut down.
Metadata
Typesense Version: 26.0
typesense-python Version: 0.21.0
OS: Windows 10 x64
The text was updated successfully, but these errors were encountered: