faiss_rag_enterprise/llama_index/indices/query/base.py

7 lines
131 B
Python

# for backwards compatibility
from llama_index.core.base_query_engine import BaseQueryEngine
__all__ = [
"BaseQueryEngine",
]