AzureQueryResultSearchSparse
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:140
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
extends R
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AzureQueryResultSearchSparse<
T
>(query
,fieldMapping
,odataFilter
,searchClient
):AzureQueryResultSearchSparse
<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”AzureQueryResultSearchSparse
<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”createQueryVector()
Section titled “createQueryVector()”
protected
createQueryVector():null
|VectorizedQuery
<T
>[]
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:50
Returns
Section titled “Returns”null
| VectorizedQuery
<T
>[]
Inherited from
Section titled “Inherited from”AzureQueryResultSearchBase
.createQueryVector
_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
createSearchQuery()
Section titled “createSearchQuery()”createSearchQuery():
string
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:143
Returns
Section titled “Returns”string