v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.14
LangChain.js
langchain-community/vectorstores/azure_aisearch
AzureAISearchConfig
Interface AzureAISearchConfig
Configuration options for the
AzureAISearchStore
constructor.
interface
AzureAISearchConfig
{
client
?:
SearchClient
<
AzureAISearchDocument
>
;
credentials
?:
KeyCredential
|
TokenCredential
;
endpoint
?:
string
;
indexName
?:
string
;
key
?:
string
;
search
?:
AzureAISearchQueryOptions
;
}
Index
Properties
client?
credentials?
endpoint?
index
Name?
key?
search?
Properties
Optional
Readonly
client
client
?:
SearchClient
<
AzureAISearchDocument
>
Optional
Readonly
credentials
credentials
?:
KeyCredential
|
TokenCredential
Optional
Readonly
endpoint
endpoint
?:
string
Optional
Readonly
index
Name
index
Name
?:
string
Optional
Readonly
key
key
?:
string
Optional
Readonly
search
search
?:
AzureAISearchQueryOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
credentials
endpoint
index
Name
key
search
LangChain.js - v0.2.14
Loading...
Configuration options for the
AzureAISearchStore
constructor.