Selaa lähdekoodia
test(vdb/huaweicloudvectordb): Fix the wrong import path (#19413)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/1.4.0
-LAN-
5 kuukautta sitten
vanhempi
commit
56cff485d0
No account linked to committer's email address
|
|
|
@@ -2,9 +2,10 @@ import os |
|
|
|
|
|
|
|
import pytest |
|
|
|
from _pytest.monkeypatch import MonkeyPatch |
|
|
|
from api.core.rag.datasource.vdb.field import Field |
|
|
|
from elasticsearch import Elasticsearch |
|
|
|
|
|
|
|
from core.rag.datasource.vdb.field import Field |
|
|
|
|
|
|
|
|
|
|
|
class MockIndicesClient: |
|
|
|
def __init__(self): |