Bassel Mahmoud

Results 2 comments of Bassel Mahmoud

@dljgs1 I have the same results, all the faces are similar to each other. Did you manage to improve it somehow?

I've a hacky fix until it is fixed in the upstream, you can add a fallback like this `rag_chain_fallback = prompt | llm | StrOutputParser()` `rag_chain = rag_chain_fallback.with_fallbacks([rag_chain_fallback])` or add...