cocoindex 0.1.46__cp312-cp312-macosx_11_0_arm64.whl → 0.1.48__cp312-cp312-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
cocoindex/storages.py CHANGED
@@ -16,13 +16,20 @@ class Postgres(op.StorageSpec):
16
16
  table_name: str | None = None
17
17
 
18
18
 
19
+ @dataclass
20
+ class QdrantConnection:
21
+ """Connection spec for Qdrant."""
22
+
23
+ grpc_url: str
24
+ api_key: str | None = None
25
+
26
+
19
27
  @dataclass
20
28
  class Qdrant(op.StorageSpec):
21
29
  """Storage powered by Qdrant - https://qdrant.tech/."""
22
30
 
23
31
  collection_name: str
24
- grpc_url: str = "http://localhost:6334/"
25
- api_key: str | None = None
32
+ connection: AuthEntryReference[QdrantConnection] | None = None
26
33
 
27
34
 
28
35
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cocoindex
3
- Version: 0.1.46
3
+ Version: 0.1.48
4
4
  Requires-Dist: sentence-transformers>=3.3.1
5
5
  Requires-Dist: click>=8.1.8
6
6
  Requires-Dist: rich>=14.0.0
@@ -1,9 +1,9 @@
1
- cocoindex-0.1.46.dist-info/METADATA,sha256=FeJhtytUocQRsJI_lGIgOMVq9xT61QkDy-pxXkxm_qQ,9875
2
- cocoindex-0.1.46.dist-info/WHEEL,sha256=ryp1uXCltaq3TPfjxhSWoam4EHMC40-Yabw-yvEW9gU,104
3
- cocoindex-0.1.46.dist-info/entry_points.txt,sha256=_NretjYVzBdNTn7dK-zgwr7YfG2afz1u1uSE-5bZXF8,46
4
- cocoindex-0.1.46.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1
+ cocoindex-0.1.48.dist-info/METADATA,sha256=LCS0wMXqBT0I-jjwC3tYs4f2wzkS1-H4TbCEaVNAYl8,9875
2
+ cocoindex-0.1.48.dist-info/WHEEL,sha256=ryp1uXCltaq3TPfjxhSWoam4EHMC40-Yabw-yvEW9gU,104
3
+ cocoindex-0.1.48.dist-info/entry_points.txt,sha256=_NretjYVzBdNTn7dK-zgwr7YfG2afz1u1uSE-5bZXF8,46
4
+ cocoindex-0.1.48.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
5
  cocoindex/__init__.py,sha256=TkfOR-7upXpzETEvBQUhcnYVuI_A3sqjOdXYeTPAwO0,818
6
- cocoindex/_engine.cpython-312-darwin.so,sha256=aXnFdkheRwrQsPSnmqOhV1RZEIy3pTTuOK_ex37U-V0,57114400
6
+ cocoindex/_engine.cpython-312-darwin.so,sha256=tmOjUajCI57cb94ENu65HO7l999OWD3ufHq4x-IHbk8,57386688
7
7
  cocoindex/auth_registry.py,sha256=1XqO7ibjmBBd8i11XSJTvTgdz8p1ptW-ZpuSgo_5zzk,716
8
8
  cocoindex/cli.py,sha256=p92s-Ya6VpT4EY5xfbl-R0yyIJv8ySK-2eyxnwC8KqA,17853
9
9
  cocoindex/convert.py,sha256=CfsZDRs1kwMeNCeJ3-gifHQm_9GzyqySpUmZyCyWXMo,7316
@@ -19,9 +19,9 @@ cocoindex/runtime.py,sha256=bAdHYaXFWiiUWyAgzmKTeaAaRR0D_AmaqVCIdPO-v00,1056
19
19
  cocoindex/setting.py,sha256=ePqHw1i95rVtqYYRVqzVwtBifRO4SfH1rlMW_AG3Zek,3418
20
20
  cocoindex/setup.py,sha256=u5dYZFKfz4yZLiGHD0guNaR0s4zY9JAoZWrWHpAHw_0,773
21
21
  cocoindex/sources.py,sha256=JCnOhv1w4o28e03i7yvo4ESicWYAhckkBg5bQlxNH4U,1330
22
- cocoindex/storages.py,sha256=RCS1YrtSIKjkWX5JHF38hK85SNn5BhsRU1gqyzbHn30,2688
22
+ cocoindex/storages.py,sha256=i9cPzj5LbLJVHjskEWyltUXF9kqCyc6ftMEqll6FDwI,2804
23
23
  cocoindex/tests/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
24
24
  cocoindex/tests/test_convert.py,sha256=tTsDveMCgflhcYmDq-fQq3MRGAmN2xlbtFIEDYlRpGw,17095
25
25
  cocoindex/typing.py,sha256=0WQ4F04kFhXwHphv9AHJqc1cThYmLe27eqqGEuGWHAU,9462
26
26
  cocoindex/utils.py,sha256=5a3ubVzDowJUJyUl8ecd75Th_OzON3G-MV2vXf0dQSk,503
27
- cocoindex-0.1.46.dist-info/RECORD,,
27
+ cocoindex-0.1.48.dist-info/RECORD,,