batteries/vector/elasticsearch
Classes
| Class | Description |
|---|---|
| ElasticsearchVectorStore | - |
Interfaces
| Interface | Description |
|---|---|
| ElasticsearchVectorStoreOptions | Shared base options every adapter extends with its own connection block. |
Functions
| Function | Description |
|---|---|
| translateElasticsearchFilter | Compile 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. |