cocoindex 0.1.47__cp311-cp311-win_amd64.whl → 0.1.48__cp311-cp311-win_amd64.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
@@ -20,7 +20,7 @@ class Postgres(op.StorageSpec):
20
20
  class QdrantConnection:
21
21
  """Connection spec for Qdrant."""
22
22
 
23
- url: str
23
+ grpc_url: str
24
24
  api_key: str | None = None
25
25
 
26
26
 
@@ -28,8 +28,8 @@ class QdrantConnection:
28
28
  class Qdrant(op.StorageSpec):
29
29
  """Storage powered by Qdrant - https://qdrant.tech/."""
30
30
 
31
- connection: AuthEntryReference[QdrantConnection]
32
31
  collection_name: str
32
+ connection: AuthEntryReference[QdrantConnection] | None = None
33
33
 
34
34
 
35
35
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cocoindex
3
- Version: 0.1.47
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.47.dist-info/METADATA,sha256=nSiTI9ShleldB0TOz4F1gZp83_p63K3Or2p0gMD7icI,10040
2
- cocoindex-0.1.47.dist-info/WHEEL,sha256=Kw8y023UaufEXFM028WbBCk7rJUUAhAX1Zw-54pv0m4,96
3
- cocoindex-0.1.47.dist-info/entry_points.txt,sha256=_NretjYVzBdNTn7dK-zgwr7YfG2afz1u1uSE-5bZXF8,46
4
- cocoindex-0.1.47.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
1
+ cocoindex-0.1.48.dist-info/METADATA,sha256=9q8sT9BPcllLbxgNb3aWerH_GPcv--jXaAuKn1rQtKY,10040
2
+ cocoindex-0.1.48.dist-info/WHEEL,sha256=Kw8y023UaufEXFM028WbBCk7rJUUAhAX1Zw-54pv0m4,96
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=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
5
5
  cocoindex/__init__.py,sha256=M_Iy0BCuceR537ZLz4dunGq8KYT060LF0N48sDnyIwM,835
6
- cocoindex/_engine.cp311-win_amd64.pyd,sha256=YMkWczVohQMZPuJMmdDJHFuRq29xEwWOkvRzueVCOgQ,61445632
6
+ cocoindex/_engine.cp311-win_amd64.pyd,sha256=Ox0mZ4vLAuCgqk4lAVIJpQhLY7sb0w1tuLfoIMQXjfE,61443584
7
7
  cocoindex/auth_registry.py,sha256=LojDKoX0ccO-G3bboFMlAti50_t5GK9BS0ouPJZfyUs,745
8
8
  cocoindex/cli.py,sha256=zhSK6eDLn2UlKWrVTg2xZ89S-xB1XEH4pYWcz1xGS-Y,18411
9
9
  cocoindex/convert.py,sha256=Jc9hKaudlN4rOgXyXNs5O965xBqm7SURvjzpuVrutrY,7528
@@ -19,9 +19,9 @@ cocoindex/runtime.py,sha256=saKEZntVwUVQNASRhiO9bHRVIFmQccemq2f9mo4mo1A,1090
19
19
  cocoindex/setting.py,sha256=AY4oAUgUXqUWshhrOHZUY0sdprfOQDmRTLewyMcoJhQ,3541
20
20
  cocoindex/setup.py,sha256=nqJAEGQH-5yTulEy3aCAa9khbuiaqD81ZZUdeM3K_lo,799
21
21
  cocoindex/sources.py,sha256=4hxsntuyClp_jKH4oZbx3iE3UM4P2bZTpWy28dqdyFY,1375
22
- cocoindex/storages.py,sha256=FBtgs4W10-p1iNQHXSxTcfNok1Xo576mWQa8K0zxXIM,2920
22
+ cocoindex/storages.py,sha256=WrfpGcOImFXH0DTEdBPRmL4GwyO62lfANMd6rTejxuQ,2939
23
23
  cocoindex/tests/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
24
24
  cocoindex/tests/test_convert.py,sha256=-8DI7B2nKneeBVLzovAhngbMjHi9vYJ1TCixl-XosYQ,17634
25
25
  cocoindex/typing.py,sha256=_Hj79DiYZ5LOkkPqu-uScup9Qy_035fb2QOVNL-44KY,9780
26
26
  cocoindex/utils.py,sha256=RLyawj_M4ZDL-gwJ16e5p2AcFYIL50DlMkfZyKaNB2o,520
27
- cocoindex-0.1.47.dist-info/RECORD,,
27
+ cocoindex-0.1.48.dist-info/RECORD,,