Weaviate · JSON Structure

Weaviate Where Filter Geo Range Structure

Filter within a distance of a georange.

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Where Filter Geo Range Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

geoCoordinates distance

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-where-filter-geo-range-structure.json",
  "title": "WhereFilterGeoRange",
  "description": "Filter within a distance of a georange.",
  "type": "object",
  "properties": {
    "geoCoordinates": {
      "type": "#GeoCoordinates"
    },
    "distance": {
      "type": "map"
    }
  }
}