Hey guys, how is the indexing of external docs is supposed to work? My assumption was that it will work as RAG, but when I tried to use it with telegram bot docs (echobot.py - python-telegram-bot v20.7), it wasn’t helpful as it gave me instructions using old docs (from the standard gpt knowledge dataset) and not the docs I gave the link to.
Please help
What did your Custom Docs config look like?
Try this if you want to scrape all examples:
Seems to be working now
1 Like