Skip to content
1 min read · 86 words

batteries/vector/opensearch

Classes

ClassDescription
OpenSearchVectorStore-

Interfaces

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

Functions

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