Find answers from the community

Updated 2 years ago

could someone help me with a vscode

At a glance
could someone help me with a vscode issue? I can't click into the source code for llama_index, but I can for langchain...
Attachment
image.png
Q
j
10 comments
because llama_index hasn't be properly installed apparently
Follow the guide and restart vsCode
It is installed properly, I ran the demo
ok sure thanks let me take a look
I had the same error, what fixed it for me was installing poetry and doing poetry install
ok let me try that
@QuaNilo so you had to move everything to poetry to get it to work?
A bit weird to me but no... i did "pip install poetry" and "poetry install" and it recognized llama_index as installed. But i may have to merge all the imports to poetry because my azure function is not recognizing llama_hub
OK, for anyone else encountering this issue, one way to get around it is to just do all your dev in the https://github.com/jerryjliu/llama_index repo itself; that way, trivially, you can access all the source code πŸ˜›
Add a reply
Sign up and join the conversation on Discord