AzureQueryResultSearchBase
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:19
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”T
extends R
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AzureQueryResultSearchBase<
T
>(query
,fieldMapping
,odataFilter
,searchClient
):AzureQueryResultSearchBase
<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”AzureQueryResultSearchBase
<T
>
Properties
Section titled “Properties”_query
Section titled “_query”
protected
_query:VectorStoreQuery
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:20
fieldMapping
Section titled “fieldMapping”fieldMapping:
Record
<string
,string
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:21
odataFilter
Section titled “odataFilter”odataFilter:
undefined
|string
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:22
searchClient
Section titled “searchClient”searchClient:
undefined
|SearchClient
<T
>
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:23
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
[]
Methods
Section titled “Methods”createSearchQuery()
Section titled “createSearchQuery()”createSearchQuery():
string
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureQueryResultSearch.ts:46
Returns
Section titled “Returns”string
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
>[]
_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
>
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
>