Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: VSS commands support #2429

Open
5 of 15 tasks
acarbonetto opened this issue Oct 10, 2024 · 1 comment
Open
5 of 15 tasks

Python: VSS commands support #2429

acarbonetto opened this issue Oct 10, 2024 · 1 comment

Comments

@acarbonetto
Copy link
Collaborator

acarbonetto commented Oct 10, 2024

Describe the feature

VSS command support for Python

Full list is listed in https://github.com/valkey-io/valkey-glide/wiki/ValKey-Commands-Implementation-Progress

Commands

see: https://github.com/valkey-io/valkey-glide/wiki/ValKey-Commands-Implementation-Progress#vector-search-module

TO DO

  • Update tests to use combined commands from Vector search documentation.
  • Add Bytes test cases.
@prateek-kumar-improving
Copy link
Collaborator

prateek-kumar-improving commented Oct 18, 2024

Status update:

Done - 5

FT.CREATE - Done
FT.DROPINDEX - Done
FT.ALIASADD - Done
FT.ALIASDEL - Done
FT.ALIASUPDATE - Done

In Progress/Review - 3

FT.SEARCH - In Review
FT.AGGREGATE - In Progress
FT.INFO - In Progress

Not started - 3

FT.PROFILE - Not Stated
FT.EXPLAIN - Not Started
FT.EXPLAINCLI - Not Started.

FT._LIST - Not required
FT._ALIASLIST - Not required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants