rebase
This commit is contained in:
11
app/migrations/init_qdrant.py
Normal file
11
app/migrations/init_qdrant.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Qdrant collection initializer — runs on application startup.
|
||||
|
||||
Creates the `entities` and `story_entries` collections with payload indexes
|
||||
on `world_id` (and per-collection secondary indexes).
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from app.core.qdrant_client import init_qdrant_collections
|
||||
|
||||
__all__ = ["init_qdrant_collections"]
|
||||
Reference in New Issue
Block a user