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
9 of 16 tasks
acarbonetto opened this issue Oct 10, 2024 · 3 comments
Open
9 of 16 tasks

Python: VSS commands support #2429

acarbonetto opened this issue Oct 10, 2024 · 3 comments

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.
  • Move tests to common file and consider splitting tests further so that drop index is called after only once in each test.
@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

@prateek-kumar-improving
Copy link
Collaborator

prateek-kumar-improving commented Oct 22, 2024

Status update:

Done - 7

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

In Progress/Review - 3

FT.AGGREGATE - In Progress
FT.EXPLAIN - Review
FT.EXPLAINCLI - Review

Not started - 1

FT.PROFILE - Not Stated

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

@prateek-kumar-improving
Copy link
Collaborator

Status update:

Done - 9

FT.CREATE - Done
FT.DROPINDEX - Done
FT.ALIASADD - Done
FT.ALIASDEL - Done
FT.ALIASUPDATE - Done
FT.SEARCH - Done
FT.INFO - Done
FT.EXPLAIN - Done
FT.EXPLAINCLI - Done

In Progress/Review - 1

FT.AGGREGATE - In Progress

Not started - 1

FT.PROFILE - Not Stated

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