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'
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 on the official GitHub of starkqa either. 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:
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 on the official GitHub of starkqa either. 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: