Skip to content

Commit 8521f39

Browse files
authored
Merge pull request #9 from up1/main
Fix import name from indexDefinition to index_definition
2 parents 1f675b0 + c5967e8 commit 8521f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/redis_query_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from common.server import mcp
44
from redis.commands.search.query import Query
55
from redis.commands.search.field import VectorField
6-
from redis.commands.search.indexDefinition import IndexDefinition
6+
from redis.commands.search.index_definition import IndexDefinition
77
import numpy as np
88

99

0 commit comments

Comments
 (0)