We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc7817 commit 38f1b8dCopy full SHA for 38f1b8d
modelcache/manager/vector_data/redis.py
@@ -7,6 +7,9 @@
7
import numpy as np
8
from modelcache.manager.vector_data.base import VectorBase, VectorData
9
from modelcache.utils import import_redis
10
+from redis.commands.search.query import Query
11
+from redis.commands.search.indexDefinition import IndexDefinition, IndexType
12
+
13
# from modelcache.utils.log import gptcache_log
14
15
import_redis()
0 commit comments