We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-crawl-q-and-a-example/web-qa.py
Line 302 in 84c887f
... the parameter engine is wrong and the returned object is traversed incorrectly.
engine
The text was updated successfully, but these errors were encountered:
the same here
Sorry, something went wrong.
Have you figured out a fix @kolsan ?
Not yet
use model instead --> client.embeddings.create(input=question, model='text-embedding-ada-002')['data'][0]['embedding']
No branches or pull requests
web-crawl-q-and-a-example/web-qa.py
Line 302 in 84c887f
... the parameter
engine
is wrong and the returned object is traversed incorrectly.The text was updated successfully, but these errors were encountered: