openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible incomptability with aiohttp

kcordoc opened this issue · comments

This is the error I get: TypeError: ClientSession._request() got an unexpected keyword argument 'vector'

This was not an issue with azure-search-documents==11.4.0b6

I reinstalled azure-search-documents==11.4.0b6 with pip install --upgrade azure-search-documents==11.4.0b6 and then it worked again