AzureQueryResultSearchHybrid
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:151
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”T
extends R
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AzureQueryResultSearchHybrid<
T
>(query
,fieldMapping
,odataFilter
,searchClient
):AzureQueryResultSearchHybrid
<T
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:25
Parameters
Section titled “Parameters”VectorStoreQuery
fieldMapping
Section titled “fieldMapping”Record
<string
, string
>
odataFilter
Section titled “odataFilter”undefined
| string
searchClient
Section titled “searchClient”undefined
| SearchClient
<T
>
Returns
Section titled “Returns”AzureQueryResultSearchHybrid
<T
>
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.constructor
Properties
Section titled “Properties”_query
Section titled “_query”
protected
_query:VectorStoreQuery
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:20
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
._query
fieldMapping
Section titled “fieldMapping”fieldMapping:
Record
<string
,string
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:21
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.fieldMapping
odataFilter
Section titled “odataFilter”odataFilter:
undefined
|string
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:22
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.odataFilter
searchClient
Section titled “searchClient”searchClient:
undefined
|SearchClient
<T
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:23
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.searchClient
Accessors
Section titled “Accessors”selectFields
Section titled “selectFields”Get Signature
Section titled “Get Signature”get selectFields():
string
[]
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:37
Returns
Section titled “Returns”string
[]
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.selectFields
Methods
Section titled “Methods”_createQueryResult()
Section titled “_createQueryResult()”
protected
_createQueryResult(searchQuery
,vectorQueries
):Promise
<VectorStoreQueryResult
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:54
Parameters
Section titled “Parameters”searchQuery
Section titled “searchQuery”string
vectorQueries
Section titled “vectorQueries”null
| VectorizedQuery
<T
>[]
Returns
Section titled “Returns”Promise
<VectorStoreQueryResult
>
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
._createQueryResult
search()
Section titled “search()”search():
Promise
<VectorStoreQueryResult
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:115
Returns
Section titled “Returns”Promise
<VectorStoreQueryResult
>
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.search
createQueryVector()
Section titled “createQueryVector()”createQueryVector():
VectorizedQuery
<T
>[]
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:154
Returns
Section titled “Returns”VectorizedQuery
<T
>[]
Overrides
Section titled “Overrides”AzureQueryResultSearchBase
.createQueryVector
createSearchQuery()
Section titled “createSearchQuery()”createSearchQuery():
string
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:163
Returns
Section titled “Returns”string