Skip to content
1 min read · 86 words

batteries/vector/elasticsearch

Classes

ClassDescription
ElasticsearchVectorStore-

Interfaces

InterfaceDescription
ElasticsearchVectorStoreOptionsShared base options every adapter extends with its own connection block.

Functions

FunctionDescription
translateElasticsearchFilterCompile the neutral filter tree to an Elasticsearch bool-query clause over metadata.*. String values use the .keyword sub-field for exact match; numbers use range/term.