Find answers from the community

Updated 10 months ago

Same problem with qdrantVectorstore, I

Same problem with qdrantVectorstore, I feel stupid but Im train to following the doc 0.10.3, it worked till few days ago
W
L
D
6 comments
With recent updates there has been lot of changes for how the import and everything used to happen.

Try following this doc: https://docs.llamaindex.ai/en/stable/examples/vector_stores/QdrantIndexDemo.html

But try with a fresh env!! It is required
Yea, basically every integration requires a pip install

in this case:
pip install llama-index-vector-stores-qdrant

from llama_index.vector_stores.qdrant import QdrantVectorStore
thanks you guys very helpful, still have a problem importing
Plain Text
from llama_index.core import OpenAIagent
solved thank you πŸ€—
yeah openai import will come from llm
from llama_index.llms.openai import OpenAI
Add a reply
Sign up and join the conversation on Discord