avatar
avatar copied to clipboard
API issues
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?