Find answers from the community

Updated 3 months ago

For the WikipediaReader does anyone else

For the WikipediaReader, does anyone else have it calling both the query phrase and also looking up favicon.ico for some reason? Using OnDemandLoader tool from the Data Agents blog post. Code:
Plain Text
wikiReader = WikipediaReader()
wiki_tool = OnDemandLoaderTool.from_defaults(
 wikiReader,
 name="WikipediaTool",
 description="A tool for loading data about places and querying articles from Wikipedia. Do not call this for math. "
)
s
1 comment
I think this ended up being from following a specific Flask server setup, and doing a app.config history setting = 0 fixed it
Add a reply
Sign up and join the conversation on Discord