Elasticsearch
ElasticsearchIndexStore #
Bases: KVIndexStore
Elasticsearch Index store.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
elasticsearch_kvstore
|
ElasticsearchKVStore
|
Elasticsearch key-value store |
required |
namespace
|
str
|
namespace for the index store |
None
|
Source code in llama-index-integrations/storage/index_store/llama-index-storage-index-store-elasticsearch/llama_index/storage/index_store/elasticsearch/base.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|