Fix SSE route dependency and align architecture docs
This commit is contained in:
5
backend/app/infrastructure/vectorstore/__init__.py
Normal file
5
backend/app/infrastructure/vectorstore/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Initialize the app.infrastructure.vectorstore package."""
|
||||
# Keep package boundaries explicit so backend imports stay predictable.
|
||||
|
||||
|
||||
__all__ = []
|
||||
Reference in New Issue
Block a user