Skip to content

feat: added missed builder methods for VectorStoreChatMemoryAdvisor; #1824

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

Closed
wants to merge 1 commit into from

Conversation

ogbozoyan
Copy link

@ogbozoyan ogbozoyan commented Nov 25, 2024

Issue: #1823

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

…t one with all fields

feat: added missed builder methods; deprecated all constructors except one with all fields
@@ -209,10 +219,25 @@ public Builder withSystemTextAdvise(String systemTextAdvise) {
return this;
}

public Builder withConversationId(String conversationId) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ogbozoyan Thanks for your PR. These methods are already part of the AbstractChatMemoryAdvisor.AbstractBuilder and hence they don't need to be added here. I will remove these but merge your PR with the deprecated constructors.

@ilayaperumalg
Copy link
Member

Rebased, removed the builder methods which were part of the AbstractChatMemoryAdvisor's Builder and merged as cd871ea. @ogbozoyan Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants