faiss_rag_enterprise/llama_index/indices/empty/__init__.py

7 lines
224 B
Python

"""Empty Index."""
from llama_index.indices.empty.base import EmptyIndex, GPTEmptyIndex
from llama_index.indices.empty.retrievers import EmptyIndexRetriever
__all__ = ["EmptyIndex", "EmptyIndexRetriever", "GPTEmptyIndex"]