Type Alias QueryByRecordId

QueryByRecordId: QueryShared & { id: string }

Include an id in your query configuration along with properties defined in QueryShared if you want to use vector values from a record in the index as your query.

Type declaration

  • id: string

    Specifies the RecordId of a record whose values you'd like to query with.