Youssef A. Abukwaik

Results 2 issues of Youssef A. Abukwaik

This change improves ReadTheDocsLoader 1. Pass initialization args to BeautifulSoup. This allows selection of parser library - eg. `features='html5lib'` 2. `load` method gets an optional `encoding` and `error` for the...

This change allows ChatVectorDBChain to support models that have different styles of `chat_history`. For example, the `microsoft/GODEL`* models accepts prompts in the styles: ``` query = f"{instruction} [CONTEXT] {dialog} {knowledge}"...