descriptions

package
v1.24.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate

Index

Constants

View Source
const (
	AggregateProperty = "Aggregate this property"
	AggregateObjects  = "Aggregate Objects on a local Weaviate"
)

AGGREGATE

View Source
const (
	AggregateMean      = "Aggregate on the mean of numeric property values"
	AggregateSum       = "Aggregate on the sum of numeric property values"
	AggregateMedian    = "Aggregate on the median of numeric property values"
	AggregateMode      = "Aggregate on the mode of numeric property values"
	AggregateMin       = "Aggregate on the minimum of numeric property values"
	AggregateMax       = "Aggregate on the maximum of numeric property values"
	AggregateCount     = "Aggregate on the total amount of found property values"
	AggregateGroupedBy = "Indicates the group of returned data"
)
View Source
const (
	AggregateGroupedByGroupedByPath  = "The path of the grouped property"
	AggregateGroupedByGroupedByValue = "The value of the grouped property"
)
View Source
const (
	NetworkAggregateObj            = "An object allowing Aggregation of Objects"
	NetworkAggregatePropertyObject = "An object containing Aggregation information about this property"
)
View Source
const (
	NetworkAggregateMean      = "Aggregate on the mean of numeric property values"
	NetworkAggregateSum       = "Aggregate on the sum of numeric property values"
	NetworkAggregateMedian    = "Aggregate on the median of numeric property values"
	NetworkAggregateMode      = "Aggregate on the mode of numeric property values"
	NetworkAggregateMin       = "Aggregate on the minimum of numeric property values"
	NetworkAggregateMax       = "Aggregate on the maximum of numeric property values"
	NetworkAggregateCount     = "Aggregate on the total amount of found property values"
	NetworkAggregateGroupedBy = "Indicates the group of returned data"
)
View Source
const (
	NetworkAggregateGroupedByGroupedByPath  = "The path of the grouped property"
	NetworkAggregateGroupedByGroupedByValue = "The value of the grouped property"
)
View Source
const (
	LocalExplore         = "Explore Concepts on a local weaviate with vector-aided search"
	LocalExploreConcepts = "Explore Concepts on a local weaviate with vector-aided serach through keyword-based search terms"
	VectorMovement       = "Move your search term closer to or further away from another vector described by keywords"
	Keywords             = "Keywords are a list of search terms. Array type, e.g. [\"keyword 1\", \"keyword 2\"]"
	Network              = "Set to true, if the exploration should include remote peers"
	Limit                = "Limit the results set (usually fewer results mean faster queries)"
	Offset               = "Offset of the results set (usually fewer results mean faster queries)"
	Certainty            = "" /* 139-byte string literal not displayed */
	Distance             = "The required degree of similarity between an object's characteristics and the provided filter values"
	Vector               = "Target vector to be used in kNN search"
	Force                = "" /* 156-byte string literal not displayed */
	ClassName            = "Name of the Class"
	ID                   = "Concept identifier in the uuid format"
	Beacon               = "Concept identifier in the beacon format, such as weaviate://<hostname>/<kind>/id"
)
View Source
const (
	LocalFetch    = "Fetch Beacons that are similar to a specified concept from the Objects subsets on a Weaviate network"
	LocalFetchObj = "" /* 126-byte string literal not displayed */
)

Local

View Source
const (
	LocalFetchObjects = "Perform a Fuzzy Fetch to Fetch Beacons similar to a specified concept on a Weaviate network from the Objects subset"
	LocalFetchFuzzy   = "Perform a Fuzzy Fetch to Fetch Beacons similar to a specified concept on a Weaviate network from both the Objects subsets"
)
View Source
const (
	LocalFetchBeacon     = "A Beacon result from a local Weaviate Local Fetch query"
	LocalFetchClassName  = "The class name of the result from a local Weaviate Local Fetch query"
	LocalFetchCertainty  = "The degree of similarity on a scale of 0-1 between the Beacon's characteristics and the provided concept"
	LocalFetchActionsObj = "An object used to Fetch Beacons from the Actions subset of the dataset"
)
View Source
const (
	LocalFetchFuzzyBeacon    = "A Beacon result from a local Weaviate Fetch Fuzzy query from both the Objects subsets"
	LocalFetchFuzzyClassName = "Class name of the result from a local Weaviate Fetch Fuzzy query from both the Objects subsets"
	LocalFetchFuzzyCertainty = "The degree of similarity on a scale of 0-1 between the Beacon's characteristics and the provided concept"
	LocalFetchFuzzyObj       = "An object used to Fetch Beacons from both the Objects subsets"
)
View Source
const (
	NetworkFetch    = "Fetch Beacons that are similar to a specified concept from the Objects subsets on a Weaviate network"
	NetworkFetchObj = "An object used to perform a Fuzzy Fetch to search for Objects similar to a specified concept on a Weaviate network"
)

NETWORK

View Source
const (
	NetworkFetchFuzzyClassName = "The class name of the result from a network Weaviate Fetch Fuzzy query from both the Objects subsets"
	NetworkFetchFuzzyBeacon    = "A Beacon result from a network Weaviate Fetch Fuzzy query from both the Objects subsets"
	NetworkFetchFuzzyCertainty = "The degree of similarity on a scale of 0-1 between the Beacon's characteristics and the provided concept"
	NetworkFetchFuzzyObj       = "An object used to Fetch Beacons from both the Objects subsets"
)
View Source
const (
	GetWhere       = "Filter options for a local Get query, used to convert the result to the specified filters"
	GetWhereInpObj = "An object containing filter options for a local Get query, used to convert the result to the specified filters"
)

Where filter elements

View Source
const (
	LocalMetaWhere       = "Filter options for a local Meta query, used to convert the result to the specified filters"
	LocalMetaWhereInpObj = "An object containing filter options for a local Meta query, used to convert the result to the specified filters"
)
View Source
const (
	AggregateWhere       = "Filter options for a local Aggregate query, used to convert the result to the specified filters"
	AggregateWhereInpObj = "An object containing filter options for a local Aggregate query, used to convert the result to the specified filters"
)
View Source
const (
	NetworkGetWhere       = "Filter options for a network Get query, used to convert the result to the specified filters"
	NetworkGetWhereInpObj = "An object containing filter options for a network Get query, used to convert the result to the specified filters"
)
View Source
const (
	NetworkMetaWhere       = "Filter options for a network Meta query, used to convert the result to the specified filters"
	NetworkMetaWhereInpObj = "An object containing filter options for a network Meta query, used to convert the result to the specified filters"
)
View Source
const (
	NetworkAggregateWhere       = "Filter options for a network Aggregate query, used to convert the result to the specified filters"
	NetworkAggregateWhereInpObj = "An object containing filter options for a network Aggregate query, used to convert the result to the specified filters"
)
View Source
const (
	WhereOperands       = "Contains the Operands that can be applied to a 'where' filter"
	WhereOperandsInpObj = "An object containing the Operands that can be applied to a 'where' filter"
)
View Source
const (
	WhereOperator     = "Contains the Operators that can be applied to a 'where' filter"
	WhereOperatorEnum = "An object containing the Operators that can be applied to a 'where' filter"
)
View Source
const (
	WhereValueInt                          = "Specify an Integer value that the target property will be compared to"
	WhereValueNumber                       = "Specify a Float value that the target property will be compared to"
	WhereValueBoolean                      = "Specify a Boolean value that the target property will be compared to"
	WhereValueString                       = "Specify a String value that the target property will be compared to"
	WhereValueRange                        = "" /* 261-byte string literal not displayed */
	WhereValueRangeGeoCoordinates          = "The geoCoordinates that form the center point of the search."
	WhereValueRangeGeoCoordinatesLatitude  = "The latitude (in decimal format) of the geoCoordinates to search around."
	WhereValueRangeGeoCoordinatesLongitude = "The longitude (in decimal format) of the geoCoordinates to search around."
	WhereValueRangeDistance                = "The distance from the point specified via geoCoordinates."
	WhereValueRangeDistanceMax             = "The maximum distance from the point specified geoCoordinates."
	WhereValueText                         = "Specify a Text value that the target property will be compared to"
	WhereValueDate                         = "Specify a Date value that the target property will be compared to"
)
View Source
const (
	WhereProperties    = "Specify which properties to filter on"
	WherePropertiesObj = "Specify which properties to filter on"
)

Properties and Classes filter elements (used by Fetch and Introspect Where filters)

View Source
const (
	WherePropertiesPropertyName = "Specify which property name to filter properties on"
	WhereCertainty              = "" /* 126-byte string literal not displayed */
	WhereName                   = "Specify the name of the property to filter on"
)
View Source
const (
	WhereKeywords       = "Specify which keywords to filter on"
	WhereKeywordsInpObj = "Specify the value and the weight of a keyword"
)
View Source
const (
	WhereKeywordsValue  = "Specify the value of the keyword"
	WhereKeywordsWeight = "Specify the weight of the keyword"
)
View Source
const (
	WhereClass  = "Specify which classes to filter on"
	WhereInpObj = "Specify which classes and properties to filter on"
)
View Source
const (
	FetchWhereFilterFields       = "An object containing filter options for a network Fetch search, used to convert the result to the specified filters"
	FetchWhereFilterFieldsInpObj = "Filter options for a network Fetch search, used to convert the result to the specified filters"
)

Unique Fetch filter elements

View Source
const (
	FetchFuzzyValue     = "Specify the concept that will be used to fetch Objects on the network (e.g. 'Airplane', or 'City')"
	FetchFuzzyCertainty = "Specify how much a Beacon's characteristics must match the provided concept on a scale of 0 to 1"
)
View Source
const (
	IntrospectWhereFilterFields       = "An object containing filter options for a network Fetch search, used to convert the result to the specified filters"
	IntrospectWhereFilterFieldsInpObj = "Filter options for a network Fetch search, used to convert the result to the specified filters"
	IntrospectBeaconId                = "The id of the Beacon"
)

Unique Introspect filter elements

View Source
const (
	GroupByGroup  = "Specify the property of the class to group by"
	GroupByCount  = "Get the number of instances of a property in a group"
	GroupBySum    = "Get the sum of the values of a property in a group"
	GroupByMin    = "Get the minimum occurring value of a property in a group"
	GroupByMax    = "Get the maximum occurring value of a property in a group"
	GroupByMean   = "Get the mean value of a property in a group"
	GroupByMedian = "Get the median of a property in a group"
	GroupByMode   = "Get the mode of a property in a group"
)

GroupBy filter elements

View Source
const (
	First = "Show the first x results (pagination option)"
	After = "Show the results after the first x results (pagination option)"
)

Pagination filter elements

View Source
const (
	SortPath  = "" /* 152-byte string literal not displayed */
	SortOrder = "Specify the sort order, either ascending (asc) which is default or descending (desc)"
)
View Source
const (
	GroupByFilter          = "Specify the property of the class to group by"
	GroupByPath            = "" /* 155-byte string literal not displayed */
	GroupByGroups          = "Specify the number of groups to be created"
	GroupByObjectsPerGroup = "Specify the number of max objects in group"
)
View Source
const (
	GetObj = "An object used to Get Objects on a local Weaviate"
	Get    = "Get Objects on a local Weaviate"
)
View Source
const (
	NetworkGet    = "Get Objects from a Weaviate in a network"
	NetworkGetObj = "An object used to Get Objects from a Weaviate in a network"
)

Network

View Source
const (
	LocalMetaObj = "An object used to Get Meta information about Objects on a local Weaviate"
	LocalMeta    = "Get Meta information about Objects on a local Weaviate"
)

Local

View Source
const (
	MetaPropertyType                 = "The datatype of this property"
	MetaPropertyCount                = "The total amount of found instances for this property" // TODO check this with @lauraham
	MetaPropertyTopOccurrences       = "An object containing data about the most frequently occurring values for this property"
	MetaPropertyTopOccurrencesValue  = "The most frequently occurring value for this property"
	MetaPropertyTopOccurrencesOccurs = "How often the most frequently occurring value for this property occurs" // TODO check this with @lauraham
	MetaPropertyMinimum              = "The minimum value for this property"
	MetaPropertyMaximum              = "The maximum value for this property"
	MetaPropertyMean                 = "The mean of all values for this property"
	MetaPropertySum                  = "The sum of all values for this property"
	MetaPropertyObject               = "An object containing meta information about this property"
)
View Source
const (
	AggregatePropertyType                 = "The datatype of this property"
	AggregatePropertyCount                = "The total amount of found instances for this property" // TODO check this with @lauraham
	AggregatePropertyTopOccurrences       = "An object containing data about the most frequently occurring values for this property"
	AggregatePropertyTopOccurrencesValue  = "The most frequently occurring value for this property"
	AggregatePropertyTopOccurrencesOccurs = "How often the most frequently occurring value for this property occurs" // TODO check this with @lauraham
	AggregatePropertyMinimum              = "The minimum value for this property"
	AggregatePropertyMaximum              = "The maximum value for this property"
	AggregatePropertyMean                 = "The mean of all values for this property"
	AggregatePropertySum                  = "The sum of all values for this property"
)
View Source
const (
	NetworkMeta            = "Get meta information about Objects from a Weaviate in a network"
	NetworkMetaObj         = "An object used to Get meta information about Objects from a Weaviate in a network"
	NetworkMetaWeaviateObj = "An object containing the Meta Objects fields for network Weaviate instance: "
)

Network

View Source
const (
	MetaMetaProperty = "Meta information about the object"
	MetaProperty     = "Meta information about the property "
)
View Source
const (
	MetaClassPropertyTotalTrue      = "How often this boolean property's value is true in the dataset"
	MetaClassPropertyPercentageTrue = "The percentage of true values for this boolean property in the dataset"
)
View Source
const (
	MetaClassPropertyTotalFalse      = "How often this boolean property's value is false in the dataset"
	MetaClassPropertyPercentageFalse = "The percentage of false values for this boolean property in the dataset"
)
View Source
const (
	MetaClassPropertyPointingTo = "The classes that this object contains a reference to"
	MetaClassMetaCount          = "The total amount of found instances for a class"
	MetaClassMetaObj            = "An object containing Meta information about a class"
)
View Source
const (
	AggregateClassPropertyTotalTrue      = "How often this boolean property's value is true in the dataset"
	AggregateClassPropertyPercentageTrue = "The percentage of true values for this boolean property in the dataset"
)
View Source
const (
	AggregateClassPropertyTotalFalse      = "How often this boolean property's value is false in the dataset"
	AggregateClassPropertyPercentageFalse = "The percentage of false values for this boolean property in the dataset"
)
View Source
const (
	AggregateClassPropertyPointingTo = "The classes that this object contains a reference to"
	AggregateClassAggregateCount     = "The total amount of found instances for a class"
	AggregateClassAggregateObj       = "An object containing Aggregate information about a class"
)
View Source
const (
	NetworkIntrospect    = "Get Introspection information about Objects and/or Beacons in a Weaviate network"
	NetworkIntrospectObj = "An object used to perform an Introspection query on a Weaviate network"
)

NETWORK

View Source
const (
	NetworkIntrospectWeaviate  = "The Weaviate instance that the current Object or Beacon belongs to"
	NetworkIntrospectClassName = "The name of the current Object or Beacon's class"
	NetworkIntrospectCertainty = "The degree of similarity between a(n) Object or Beacon and the filter input"
)
View Source
const (
	NetworkIntrospectBeaconProperties             = "The properties of a Beacon"
	NetworkIntrospectBeaconPropertiesPropertyName = "The names of the properties of a Beacon"
)
View Source
const (
	LocalMergeObj = "An object used to Merge Objects on a local Weaviate"
	LocalMerge    = "Merge Objects on a local Weaviate"
)

Local

View Source
const (
	NetworkMerge    = "Merge Objects from a Weaviate in a network"
	NetworkMergeObj = "An object used to Merge Objects from a Weaviate in a network"
)

Network

View Source
const (
	WeaviateObj     = "The location of the root query"
	WeaviateNetwork = "Query a Weaviate network"
)

ROOT

View Source
const (
	NetworkWeaviate = "An object for the network Weaviate instance: "
	NetworkObj      = "An object used to perform queries on a Weaviate network"
)

NETWORK

View Source
const (
	AfterID = "Show the results after a given ID"
)

Cursor API

View Source
const AggregateCountObj = "An object containing countable properties"
View Source
const AggregateGroupedByObj = "An object containing the path and value of the grouped property"
View Source
const AggregateNumericObj = "An object containing the %s of numeric properties"
View Source
const AggregateObjectsObj = "An object allowing Aggregation of %ss on a local Weaviate"
View Source
const (
	AggregatePropertyObject = "An object containing Aggregation information about this property"
)
View Source
const ConsistencyLevel = "Determines how many replicas must acknowledge a request " +
	"before it is considered successful. Can be 'ONE', 'QUORUM', or 'ALL'"
View Source
const GetClassUUID = "The UUID of a Object, assigned by its local Weaviate"
View Source
const (
	GetObjects = "Get Objects on a local Weaviate"
)

Local

View Source
const GetObjectsActionsObj = "An object used to get %ss on a local Weaviate"
View Source
const GroupBy = "Specify which properties to group by"
View Source
const LocalMergeClassUUID = "The UUID of a Object, assigned by its local Weaviate"
View Source
const LocalObj = "A query on a local Weaviate"

LOCAL

View Source
const NetworkAggregate = "Perform Aggregation of Objects"
View Source
const NetworkAggregateCountObj = "An object containing countable properties"
View Source
const NetworkAggregateGroupedByObj = "An object containing the path and value of the grouped property"
View Source
const NetworkAggregateNumericObj = "An object containing the %s of numeric properties"
View Source
const NetworkAggregateThingsActionsObj = "An object allowing Aggregation of %ss on a network Weaviate"
View Source
const NetworkAggregateWeaviateObj = "An object containing Get Objects fields for network Weaviate instance: "

NETWORK

View Source
const (
	NetworkFetchFuzzy = "Perform a Fuzzy Fetch to Fetch Beacons similar to a specified concept on a Weaviate network from both the Objects subsets"
)
View Source
const NetworkGetClassUUID = "The UUID of a Object, assigned by the Weaviate network" // TODO check this with @lauraham
View Source
const (
	NetworkGetObjects = "Get Objects from a Weaviate in a network"
)
View Source
const (
	NetworkGetObjectsObj = "An object containing the Objects objects on this network Weaviate instance."
)
View Source
const NetworkGetWeaviateObj = "An object containing Get Objects fields for network Weaviate instance: "
View Source
const NetworkMergeClassUUID = "The UUID of a Thing or Action, assigned by the Weaviate network" // TODO check this with @lauraham
View Source
const NetworkMergeWeaviateObj = "An object containing Merge Objects fields for network Weaviate instance: "
View Source
const NetworkTimeout = "Specify the time in seconds after which an unresolved request automatically fails"

Request timeout filter elements

View Source
const Tenant = "The value by which a tenant is identified, specified in the class schema"
View Source
const WherePath = "" /* 155-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL