-
Notifications
You must be signed in to change notification settings - Fork 82
[api][runtime][java] Introduce Long-Term Memory. #425
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
Conversation
af45357 to
83c1c9d
Compare
yanand0909
left a comment
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.
Thanks @wenjin272! Mostly looks good, I have added few comments.
...on/src/test/java/org/apache/flink/agents/integration/test/VectorStoreLongTermMemoryTest.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/CompactionFunctions.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/CompactionFunctions.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/CompactionFunctions.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Show resolved
Hide resolved
api/src/main/java/org/apache/flink/agents/api/memory/BaseLongTermMemory.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Outdated
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/VectorStoreLongTermMemory.java
Show resolved
Hide resolved
runtime/src/main/java/org/apache/flink/agents/runtime/memory/CompactionFunctions.java
Show resolved
Hide resolved
xintongsong
left a comment
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.
LGTM.
@yanand0909 , please let me know when all your concerns are addressed, and I'll merge the PR then.
|
Thanks for addressing my comments @wenjin272! Looks good to me @xintongsong |
4dd1509 to
82c678a
Compare
Linked issue: #349
Purpose of change
Introduce Long-Term Memory in Java.
Tests
ut & e2e
API
Yes, add Long-Term Memory interfaces in java.
Documentation
doc-neededdoc-not-neededdoc-included