Spaces:
Running
Running
File size: 487 Bytes
8abad49 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | """SZL second brain — public retrieval index. Not model weights.
Λ = Conjecture 1. Private 9464-node graph is not admitted here.
"""
from __future__ import annotations
from second_brain.retrieve import (
SecondBrainIndex,
index,
navigator_context,
rag_status,
)
from second_brain.retrieve import retrieve as search
__version__ = "1.0.0"
__all__ = [
"SecondBrainIndex",
"index",
"navigator_context",
"rag_status",
"search",
"__version__",
]
|