ParlAI_SearchEngine
ParlAI_SearchEngine copied to clipboard
A search engine for ParlAI's BlenderBot project (and probably other ones as well)
when using this together with parlai interactive, after 2-4 conversation turns the following error appears. ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to...
@JulesGM I just did a big commit on my fork and would like to submit it as a pull request if you think you'd be willing to accept it. I...
Just wondering is there anyway I could make a class to get a response to simply gall the other procedures with ParlAI to make it easier to use? Also is...
Added Bing Search Engine, 10X Speedup, Cleaner HTML. Made architectural changes requested by JulesGM
@JulesGM I have implemented all the architectural and stylistic suggestions you requested. This new pull request adds Bing Search since that was what was used in the ParlAI Blenderbot2 paper....
How can you make a website localhost chat?