File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gptcache/manager/vector_data Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def get(name, **kwargs):
258258 index_params = index_params ,
259259 )
260260 elif name == "weaviate" :
261- from .. vector_data .weaviate import Weaviate
261+ from gptcache . manager . vector_data .weaviate import Weaviate
262262 url = kwargs .get ("url" , None )
263263 auth_client_secret = kwargs .get ('auth_client_secret' , None ),
264264 timeout_config = kwargs .get ("timeout_config" , (10 , 60 ))
Original file line number Diff line number Diff line change 33import numpy as np
44
55from gptcache .manager .vector_data .base import VectorBase , VectorData
6- from ... utils import import_weaviate
6+ from gptcache . utils import import_weaviate
77from gptcache .utils .log import gptcache_log
88
99from weaviate import Client , EmbeddedOptions , Config
You can’t perform that action at this time.
0 commit comments