Aides in understanding Python library documentation with a teaching focus.
Doc Dot Learn will search for the current and most up to date documentation or you can upload your own reference material.
#Doc Dot Learn - Dive into any Python library with GPT4 as your guide
1 messages · Page 1 of 1 (latest)
Does it always do the search online or does it only do it when it doesnt think its up to date?
not entirely sure actually. It always gives the link when you first tell it the library your interested in. Im assuming it knows the link and is using that, so as long as the information that it links to is current, it should be up to date. It doesnt actually do the bing search unless it doesnt already know the direct link to the documentation.
the build prompt stresses the importance of making sure the information is current
Might have to do some testing usually it shows up as "browsing the web" when its actually gathering info.
I added a slight change to force it do a search to make sure the info is up to date. Cant test for another 25 mins though
I have it searching the web each time a new library is mentioned. It says that it prioritizes any new information if there is a difference between what it already new vs the new information found through search.
Could u Possibly use pypi To Look for the recent releases of the specified Lib?