Skip to content

Commit

Permalink
add AutoCondition import
Browse files Browse the repository at this point in the history
  • Loading branch information
ILSparkle committed Jun 27, 2024
1 parent 22cb891 commit 14a67d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cardinal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .retriever import DenseRetriever, HybridRetriever, SparseRetriever
from .splitter import CJKTextSplitter, TextSplitter
from .storage import AutoStorage
from .vectorstore import AutoVectorStore
from .vectorstore import AutoVectorStore, AutoCondition


__all__ = [
Expand All @@ -40,5 +40,6 @@
"TextSplitter",
"AutoStorage",
"AutoVectorStore",
"AutoCondition",
]
__version__ = "0.3.0.dev0"

0 comments on commit 14a67d8

Please sign in to comment.