Find answers from the community

Updated last year

Chat engine

At a glance
How do we use a custom response_synthesizer in a chat_engine? I'd like to use structured_answer_filtering with my chat engine
L
c
5 comments
Which chat engine are you using? The default?
chat_mode="openai"
Cool, you can just pass in the structured answering kwarg then

index.as_chat_engine(..., structured_answer_filtering=True)
ah okay - does that work for basically all of the kwargs for query_indexes?
You got it πŸ‘Œ
Add a reply
Sign up and join the conversation on Discord