[Feature]: Add Elasticsearch Store Support#729
Merged
wzh1994 merged 60 commits intoLazyAGI:mainfrom Sep 25, 2025
Merged
Conversation
ChenJiahaoST
requested changes
Aug 28, 2025
8b6863c to
a807f52
Compare
f4febaa to
a986b7a
Compare
ChenJiahaoST
requested changes
Aug 28, 2025
51fd2ee to
9dabd6e
Compare
f556cb9 to
27453eb
Compare
wzh1994
reviewed
Aug 28, 2025
b8ad5fd to
e41e518
Compare
…ticsearch_store.py
…ticsearch_store.py
1cfb96f to
3deb35f
Compare
ad900ad to
24177dc
Compare
…t_store.py into test_store.py and delete it
311bf4e to
80b7688
Compare
ChenJiahaoST
approved these changes
Sep 19, 2025
e51a59c to
4bc9d06
Compare
cfc45c6 to
59c6a58
Compare
lwj-st
added a commit
to LazyAGI/LazyLLM-Env
that referenced
this pull request
Sep 23, 2025
lwj-st
added a commit
to LazyAGI/LazyLLM-Env
that referenced
this pull request
Sep 23, 2025
…store update with remote branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 内容 / PR Description
This pull request introduces Elasticsearch as a storage option for LazyLLM.
Added a new Elasticsearch store implementation
Encapsulates the functionality for interacting with Elasticsearch, including data indexing and querying in lazyllm/tools/rag/store/segment/elasticsearch_store.py.
Testing Enhancements:
Added tests for the Elasticsearch store in tests/basic_tests/test_store.py.
Introduced new class TestSegmentStore
Integrate and validate the Elasticsearch and Opensearch storage within the existing test suite, also allow future extension.
Enhanced API documentation
provide detailed guidance on using the new Elasticsearch storage feature, covering interface definitions, usage examples, and parameter explanations.
✅ 变更类型 / Type of Change
⚡ 更新后的用法示例 / Usage After Update
requirements.full.txt: elasticsearch<7.17.12