Results 51 issues of JP Hwang

- Fix Weaviate failure by updating `weaviate_storage.py/WeaviateResultsStorage.add()` method to make `vector` argument optional. - Update instructions for installation with Weaviate

### Describe your feature request **Challenge** Current implementation of the geo-coordinate filtering uses a vector search. A limitation of the implementation is that the size of the list is fixed...

API design & UX
data types
Filtering / Sorting / Aggregation
feature request

### How to reproduce this bug? This fails at the assertion checking the the custom `rescore_limit` value. The `rescoreLimit` is either not being returned or not saved altogether in the...

feature request

### Describe your feature request By default, most of Weaviate's configurable indexing options are switched off, like: - indexNullState - indexTimestamps - indexPropertyLength This causes users to assume it's not...

API design & UX
feature request

The TypeScript release candidate is missing generative `Anyscale`, `AWS`, `Mistral` module config functions

PR to address #1036

- `text2vec-palm` config function is missing the [`titleProperty` parameter](https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-palm#parameters-1) - ~`reranker-voyageai` config function is not being exported~ (nope, old version) - `generative-aws` is missing Sagemaker parameters (https://weaviate-org.slack.com/archives/C04AT0Y52E6/p1714664839995189)

Due to the client polling `/v1/.well-known/openid-configuration` to determine the OIDC config, the now-default 90s timeout for `insert` operations seem to dictate the timeout period for the client. It may be...

bug
usability

Currently, the `rate_limit` number does not take named vectors into account. It would be good to have some way of incorporating these. Because named vectors allow multiple vectorizers, the API...

enhancement

Propose `connect_to_xx` functions to optionally, take the Weaviate API key as strings So ```python client = weaviate.connect_to_wcs( cluster_url="wcs-url-here", auth_credentials=weaviate.auth.AuthApiKey("key-here"), ) ``` Could also be: ``` client = weaviate.connect_to_wcs( cluster_url="wcs-url-here", auth_credentials="key-here",...

enhancement
usability