Benedict Neo 梁耀恩
Benedict Neo 梁耀恩
Having this issue too, did you find a solution @rstarr-indeed ?
Am having the same issue My code is here ```py @st.cache_resource def create_tool(_index, chosen_pdf): tools = [ Tool( name=f"{chosen_pdf} index", func=lambda q: str(_index.query(q)), description="Useful to answering questions about the given...
+1 I'm getting just `KeyError: 'source'`
I noticed this too!