v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@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
index
Name
?:
string
Optional
Readonly
vector
Search
Options
vector
Search
Options
?:
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.