You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement the avatar paper,
but i run into the following error during the same:
ImportError: cannot import name 'get_openai_embedding' from 'stark_qa.tools'
Thank you for reporting this issue. You're running into this error because of a version mismatch. The avatar implementation and current stark_qa documentation were developed using stark_qa version 0.1.2, while you're likely using the recently updated version 0.1.3 which has some API changes.
To resolve this, please install version 0.1.2 specifically:
pip install stark_qa==0.1.2
We're working on updating relevant code and docs to maintain consistency. In the meantime, using version 0.1.2 should resolve your import error.
I am trying to implement the avatar paper,
but i run into the following error during the same:
ImportError: cannot import name 'get_openai_embedding' from 'stark_qa.tools'
The documentation mentions of stark_qa.tools.api. (https://stark.stanford.edu/docs/stark_qa.tools.html#stark-qa-tools-api), but i dont see it implemented here. I tried installing the library in a different environment but the issue persists. Am i missing something?
The text was updated successfully, but these errors were encountered: