You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reckon format_docs function in service3/app.py might need a bit of change. It just takes in the source of docs and no page content leading to model making hallucinating. So adding doc.page_content should solve it.
Hey pretty cool work.
I reckon format_docs function in service3/app.py might need a bit of change. It just takes in the source of docs and no page content leading to model making hallucinating. So adding doc.page_content should solve it.
Cheers