feat(vector): Automatic indexing of documents in s3 storage
This commit is contained in:
3
store/__init__.py
Normal file
3
store/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .s3 import S3Storage
|
||||
|
||||
__all__ = ["S3Storage"]
|
||||
Reference in New Issue
Block a user