Anne Yang
Anne Yang
This PR will implement Redis storage backend and its unit test according to #445
Now Redis[ supports vector similarity search ](https://redis.io/docs/stack/search/reference/vectors/)algorithm based on HNSW. #452 This issue will declare the overall steps on supporting a new vector storage backend: Redis into docarray. This is...
**What this PR does**: This PR moves ak/sk based signature authentication to codec layer and is implemented on dubbo protocol. This method can validate entire request body, thus avoid vulnerablity...
**Version**: ``` $ pip3 show redis Name: redis Version: 4.3.4 ``` **Platform**: Python 3.9.2 on Debian GNU/Linux 11 **Description**: The bytes is converted to string in the vector search results...
### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Does `$ tox` pass with this change (including linting)? - [ ]...