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