We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
settings
1 parent 0ddb184 commit 8385a21Copy full SHA for 8385a21
python/cocoindex/__init__.py
@@ -9,6 +9,7 @@
9
from .index import VectorSimilarityMetric, VectorIndexDef, IndexOptions
10
from .auth_registry import AuthEntryReference, add_auth_entry, ref_auth_entry
11
from .lib import *
12
-from .setting import *
+from .setting import DatabaseConnectionSpec, Settings, ServerSettings
13
+from .setting import get_app_namespace
14
from ._engine import OpArgSchema
15
from .typing import Float32, Float64, LocalDateTime, OffsetDateTime, Range, Vector, Json
0 commit comments