Tommy Smith

Results 64 issues of Tommy Smith

When properties are passed in the `collections.create` method to Weaviate through the client-side mapping, `vectorizePropertyName` is not passed properly for the case of named vectors. It is implemented for the...

Currently, many of the docstrings are inaccurate in their description of poorly formatted with respect to the IDE and readthedocs.org rendering styles. This issue serves as a central location to...

This PR introduces a script that reads from a `.yaml` file and generates `.pyi` stub files in the `weaviate/collections/queries/**` directories for use when type hinting usage of the queries with...

- Changes `ClientParams` to have a `connectionParams: ConnectionParams` field - Moves `rest` and `grpc` fields inside `connectionParams` - Renames `rest` to `http`

- Closes https://github.com/weaviate/typescript-client/issues/125 without significant refactoring required; builder pattern is easily forward compatible - Closes https://github.com/weaviate/typescript-client/issues/126 by the addition of new types and classes for providing subsearch arguments and mapping...

The capability of grouping the results of a bm25 or hybrid search by a property will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `Get` builder class should therefore be refactored...

The capability of defining NearVector and NearText subsearches within hybrid queries will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `withHybrid` method of the `Get` builder classes should therefore be extended...

The capability of defining NearVector and NearText subsearches within hybrid queries will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `WithHybrid` method of the `GetBuilder` struct should therefore be extended to...

The capability of grouping the results of a bm25 or hybrid search by a property will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `GetBuilder` struct should therefore be refactored to...

This PR adds `graphql` as a direct dependency to avoid installation problems due to it being a peer dependency of `graphql-request`