Commit 4582b91
committed
The issue was caused by commit a9a7488 which introduced a performance optimization that pre-converts query vectors to bytes format. However, the Redis search client wasn't updated to handle this change and was still trying to convert the already-bytes data to bytes again, causing the ValueError
1 parent 0fa4b2a commit 4582b91
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | | - | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
0 commit comments