v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
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
Theme
OS
Light
Dark
On This Page
Properties
client
index
Name
vector
Search
Options
LangChain.js - v0.2.10
Loading...
Interface defining the arguments required to create an Elasticsearch client.