faiss_rag_enterprise/llama_index/indices/query/schema.py

5 lines
124 B
Python

# for backwards compatibility
from llama_index.schema import QueryBundle, QueryType
__all__ = ["QueryBundle", "QueryType"]