pip uninstall llama-index # remove any potential global install python -m venv venv source venv/bin/activate pip install llama-index
from llama_index.core.base.response.schema import StreamingResponse