Tommy Smith

Results 64 issues of Tommy Smith

### What's being changed: This PR introduces the `/debug/graph/collections/{className}/shards/{shardName}` endpoint for use when inspecting the condition of the graph of an HNSW index. The endpoint returns the status of the...

Currently if a `RuntimeError("Event loop is closed")` is raised, the user observes a potentially cryptic error and stacktrace. We should instead catch and re-raise such an exception with a better...

usability

Currently, the way to get the number of objects in a collection is to do ```typescript await collection.aggregate.overAll().then((res) => res.totalCount) ``` We should add a method: ```typescript await collection.length() ```...

enhancement
good first issue

This PR constitutes a complete overhaul of the codebase structure with respect to the underlying connections of the `WeaviateClient` and `WeaviateAsyncClient` classes and how they are provided to them. Currently,...