Solomon Ince
Solomon Ince
I'm still encountering the issue: These are my env vars: ```LLM_MODEL="huggingface/mistralai/Mistral-7B-Instruct-v0.2"``` ```LLM_API_KEY="hf_xxxxxxxxxxxxxxxxxxxxxx"``` ```LLM_EMBEDDING_MODEL="local"``` Here is my output: ``` Task exception was never retrieved future: Traceback (most recent call last): File...
My bad, moved to the ```rb/remove-key-assertion``` branch. However, based on the #231 fix, I think I'm running into a sort of 'Module Not Found Error' in reference to ```lamma_index.embeddings```. I...
Made some progress, I didn't have ```llamma-index-embeddings-huggingface``` installed. Now I've arrived at the frontend page, but when given a prompt I receive this error: EDIT: This was after I input...