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