mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
adjust unittest of llamaindex es
This commit is contained in:
parent
035a283bf2
commit
55ca839e95
1 changed files with 2 additions and 2 deletions
|
|
@ -69,13 +69,13 @@ class TestLlamaIndexElasticSearchStore(unittest.TestCase):
|
|||
id="6"),
|
||||
|
||||
]
|
||||
@unittest.skip("tmp")
|
||||
# @unittest.skip("tmp")
|
||||
def test_insert(self, ):
|
||||
for node in self.data:
|
||||
self.es_store.insert(node)
|
||||
|
||||
|
||||
# @unittest.skip("tmp")
|
||||
# @unittest.skip("tmp")
|
||||
def test_retrieve(self, ):
|
||||
|
||||
filter = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue