-
Notifications
You must be signed in to change notification settings - Fork 0
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
Java: FT.CREATE
#422
Java: FT.CREATE
#422
Conversation
import java.util.concurrent.CompletableFuture; | ||
|
||
public interface VectorSearchBaseCommands { | ||
// TODO GlideString??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason why this is just a TODO and not implemented here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will implement it later if needed (is it needed?). I don't want to overload this PR by duplicated code and tests.
import lombok.AccessLevel; | ||
import lombok.AllArgsConstructor; | ||
|
||
// TODO examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. I don't know why this is just a TODO.
Superseded by valkey-io#2385 |
https://docs.aws.amazon.com/memorydb/latest/devguide/vector-search-commands-ft.create.html
https://docs.aws.amazon.com/memorydb/latest/devguide/vector-search-overview.html