Skip to content

PythonClient: Add support for HNSWGeoIndexEF parameter in HNSW configuration #1925

@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.
Image

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

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