mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

ModuleNotFoundError: No module named 'openai.embeddings_utils' #73

Closed hyouriku closed 11 months ago

hyouriku commented 11 months ago

Hello,

I wanted to give this project a try and installed everything from scratch. I haven't really done much with Linux but am experienced with Windows. I have hung on a few steps and did small workarounds that I found in the issues here. But I can't find a solution for this. Once I try using uvicorn main:app --reload it hangs at the error in the title. The line above says File "/home/hyouriku/researchgpt/./main.py", line 9, in <module> from openai.embeddings_utils import get_embedding, cosine_similarity

Edit:

Screenshot

Could someone please help me out? Am I missing something?