Skip to content

Conversation

@ilayaperumalg
Copy link
Member

No description provided.

@ilayaperumalg ilayaperumalg added this to the 1.0.0-M5 milestone Dec 20, 2024
@markpollack markpollack self-assigned this Dec 20, 2024
.defaultAdvisors(
new MessageChatMemoryAdvisor(chatMemory), // chat-memory advisor
new QuestionAnswerAdvisor(vectorStore, SearchRequest.defaults()) // RAG advisor
new QuestionAnswerAdvisor(vectorStore, SearchRequest.builder().build()) // RAG advisor
Copy link
Member

Choose a reason for hiding this comment

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

we don't even need to show SearchRequest.builder().build() as there is an overloaded ctor that does that anyway.

@markpollack
Copy link
Member

made some minor edits.

merged in a55d09a

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.

2 participants