feat: add language attribute to RedisConfig#953
Conversation
Signed-off-by: AnneY <[email protected]>
Signed-off-by: AnneY <[email protected]>
Signed-off-by: AnneY <[email protected]>
Codecov ReportBase: 83.00% // Head: 85.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #953 +/- ##
==========================================
+ Coverage 83.00% 85.20% +2.20%
==========================================
Files 155 155
Lines 8049 8050 +1
==========================================
+ Hits 6681 6859 +178
+ Misses 1368 1191 -177
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: AnneY <[email protected]>
Signed-off-by: AnneY <[email protected]>
|
📝 Docs are deployed on https://ft-feat-redis-chinese--jina-docs.netlify.app 🎉 |
| the closest Document objects for each of the queries in `query`. | ||
| """ | ||
| query = np.array(query).astype(np.float) | ||
| query = np.array(query).astype(np.float32) |
There was a problem hiding this comment.
numpy has a new release three days ago and its version is updated to 1.24.0 in ci, where np.float and np.int is no longer available
* feat: add language to RedisConfig Signed-off-by: AnneY <[email protected]> * test: add test for redis chinese support Signed-off-by: AnneY <[email protected]> * docs: add language to RedisConfig Signed-off-by: AnneY <[email protected]> * fix: numpy is updated to 1.24.0 Signed-off-by: AnneY <[email protected]> * fix: increase timeout-minutes for oldproto Signed-off-by: AnneY <[email protected]> Signed-off-by: AnneY <[email protected]>
Signed-off-by: AnneY [email protected]
Goals:
Attribute
languageis added to RedisConfig, so that user can search in certain language, especially chinese.#952