Quellcode durchsuchen
test(vdb/huaweicloudvectordb): Fix the wrong import path (#19413)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/1.4.0
-LAN-
vor 5 Monaten
Ursprung
Commit
56cff485d0
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
|
|
|
@@ -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): |