faiss_rag_enterprise/llama_index/indices/base_retriever.py

7 lines
124 B
Python

# for backwards compatibility
from llama_index.core.base_retriever import BaseRetriever
__all__ = [
"BaseRetriever",
]