how to import SimpleDirectoryReader, VectorStoreIndex in vscode
from llama_index.core import SimpleDirectoryReader, VectorStoreIndex tried running the above command in vscode Jupyter notebook how to solve it, i have installed all the packages and libraries,still issue is not resolving llama llama-index New contributor Shreya Satyakam is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our […]
error while using llama_index.core which says TypeError: Plain typing.TypeAlias is not valid as type argument
I have installed llama_index in to my environment correctly, however every time I import SimpleDirectoryReader or VectorStoreIndex from llama_index.core, I get the error “TypeError: Plain typing.TypeAlias is not valid as type argument”. How can I fix this?
llama-index: Query from multiple queryengines ( SubQuestionQueryEngine )
llama 3
llama-index v 0.10
Python v. 3.11
ollama 0.1.32