Arthur Passuello
initial commit
5e1a30c
"""
Vector Index Adapters for Cloud Services.
This module provides adapter implementations for cloud vector databases
following the adapter pattern for external service integration.
"""
# Future cloud service adapters will be added here
# from .pinecone_adapter import PineconeAdapter
# from .weaviate_adapter import WeaviateAdapter
__all__ = []