langchain.js
Preparing search index...
@langchain/community
vectorstores/elasticsearch
ElasticClientArgs
Interface ElasticClientArgs
Interface defining the arguments required to create an Elasticsearch client.
interface
ElasticClientArgs
{
client
:
Client
;
indexName
?:
string
;
vectorSearchOptions
?:
VectorSearchOptions
;
}
Index
Properties
client
index
Name?
vector
Search
Options?
Properties
Readonly
client
client
:
Client
Optional
Readonly
index
Name
indexName
?:
string
Optional
Readonly
vector
Search
Options
vectorSearchOptions
?:
VectorSearchOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
index
Name
vector
Search
Options
langchain.js
Loading...
Interface defining the arguments required to create an Elasticsearch client.