chore: build and package

This commit is contained in:
Andy Lee
2025-07-24 00:47:46 -07:00
parent efd6373b32
commit 7add391b2c
8 changed files with 421 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
"""
LEANN - Low-storage Embedding Approximation for Neural Networks
A revolutionary vector database that democratizes personal AI.
"""
__version__ = "0.1.0"
# Re-export main API from leann-core
from leann_core import LeannBuilder, LeannSearcher, LeannChat
__all__ = ["LeannBuilder", "LeannSearcher", "LeannChat"]