Skip to content

Commit

Permalink
add memory manager in the conversation index message
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Zhang <[email protected]>
  • Loading branch information
Zhangxunmt committed Nov 14, 2023
1 parent eed95a0 commit 7111d83
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,12 @@
import java.util.List;
import java.util.Map;

import static org.opensearch.ml.common.CommonValue.ML_CONNECTOR_INDEX;

/**
* Memory manager for Memories. It contains ML memory related operations like create, read interactions etc.
*/
@Log4j2
@AllArgsConstructor
public class MLMemoryManager {
public static final int DEFAULT_TIMEOUT_IN_MILLIS = 5000;

private Client client;
private ClusterService clusterService;
Expand Down

0 comments on commit 7111d83

Please sign in to comment.