faiss_rag_enterprise/llama_index/playground/__init__.py

7 lines
202 B
Python

"""Init file of Playground."""
# playground
from llama_index.playground.base import DEFAULT_INDEX_CLASSES, DEFAULT_MODES, Playground
__all__ = ["Playground", "DEFAULT_INDEX_CLASSES", "DEFAULT_MODES"]