File size: 398 Bytes
ce45eb0
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""Milvus vector accelerator.  [v2 — stub]

Optional high-scale dense+sparse+hybrid backend. Never the source of truth —
scopes, policy, approvals and audit always remain in SQL. Requires `milvus`.
"""
from __future__ import annotations


class MilvusStore:  # pragma: no cover - [v2]
    def __init__(self, *args, **kwargs):
        raise NotImplementedError("MilvusStore is a v2 component.")