Skip to content

JS/TSClient: Add support for HNSWGeoIndexEF parameter in HNSW configuration #383

@Shah91n

Description

@Shah91n

Description

The Weaviate core now supports the HNSWGeoIndexEF parameter (added in v1.31) which controls the search depth for geo-based queries. This parameter is currently available via environment variable (HNSW_GEO_INDEX_EF) and direct API calls, but is not yet exposed in the client library.

Core Implementation

Current Behavior

Users cannot configure HNSWGeoIndexEF through the client library and will get errors if they try to set it.

Expected Behavior

Users should be able to configure HNSWGeoIndexEF when:

  1. Creating a new collection with HNSW vector index
  2. Updating an existing collection's HNSW configuration

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions