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 1f675b0 commit c5967e8Copy full SHA for c5967e8
src/tools/redis_query_engine.py
@@ -3,7 +3,7 @@
3
from common.server import mcp
4
from redis.commands.search.query import Query
5
from redis.commands.search.field import VectorField
6
-from redis.commands.search.indexDefinition import IndexDefinition
+from redis.commands.search.index_definition import IndexDefinition
7
import numpy as np
8
9
0 commit comments