diff --git a/python/cocoindex/__init__.py b/python/cocoindex/__init__.py index 8c77fc7b1..b5da33e4d 100644 --- a/python/cocoindex/__init__.py +++ b/python/cocoindex/__init__.py @@ -9,5 +9,6 @@ from .index import VectorSimilarityMetric, VectorIndexDef, IndexOptions from .auth_registry import AuthEntryReference, add_auth_entry, ref_auth_entry from .lib import * +from .setting import * from ._engine import OpArgSchema from .typing import Float32, Float64, LocalDateTime, OffsetDateTime, Range, Vector, Json \ No newline at end of file