superduper-qdrant 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.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.
- superduper_qdrant/__init__.py +1 -1
- superduper_qdrant/qdrant.py +2 -0
- {superduper_qdrant-0.9.0.dist-info → superduper_qdrant-0.9.1.dist-info}/METADATA +1 -1
- superduper_qdrant-0.9.1.dist-info/RECORD +7 -0
- superduper_qdrant-0.9.0.dist-info/RECORD +0 -7
- {superduper_qdrant-0.9.0.dist-info → superduper_qdrant-0.9.1.dist-info}/WHEEL +0 -0
- {superduper_qdrant-0.9.0.dist-info → superduper_qdrant-0.9.1.dist-info}/licenses/LICENSE +0 -0
- {superduper_qdrant-0.9.0.dist-info → superduper_qdrant-0.9.1.dist-info}/top_level.txt +0 -0
superduper_qdrant/__init__.py
CHANGED
superduper_qdrant/qdrant.py
CHANGED
@@ -36,6 +36,8 @@ class QdrantVectorSearcher(BaseVectorSearcher):
|
|
36
36
|
config_dict = deepcopy(CFG.vector_search_kwargs)
|
37
37
|
try:
|
38
38
|
plugin, uri = CFG.vector_search_engine.split("://")
|
39
|
+
if not uri.startswith("http"):
|
40
|
+
uri = f"http://{uri}"
|
39
41
|
if uri:
|
40
42
|
config_dict['location'] = uri
|
41
43
|
except ValueError as e:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: superduper_qdrant
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: SuperDuper Lance is a Python library that provides a high-level API for working with Lance vector search database.
|
5
5
|
Maintainer-email: "superduper.io, Inc." <opensource@superduper.io>
|
6
6
|
License:
|
@@ -0,0 +1,7 @@
|
|
1
|
+
superduper_qdrant/__init__.py,sha256=FgAGJy3NEKJSNEVB0VHJEXdTqfUk7NngxovQWwycXTc,112
|
2
|
+
superduper_qdrant/qdrant.py,sha256=qlWOcbO3ZT7GPuGpoYvf5VYDVWvYcWW7TQsccq4wXsw,6909
|
3
|
+
superduper_qdrant-0.9.1.dist-info/licenses/LICENSE,sha256=fq2WxmjewRN4VfDClVl-6CiVFZedp4y5_iGqQiXHBN8,11353
|
4
|
+
superduper_qdrant-0.9.1.dist-info/METADATA,sha256=R4EJDetZJrMFvnR2z7F8yewxbN1_A-3AQq3NLOJmoDI,13638
|
5
|
+
superduper_qdrant-0.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
superduper_qdrant-0.9.1.dist-info/top_level.txt,sha256=sq-9pdkTJIhMAzMoSI_UlucyRUrPk4Da78PFG_hPcd8,18
|
7
|
+
superduper_qdrant-0.9.1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
superduper_qdrant/__init__.py,sha256=5yS0vs-awzI-ds12dAeIhOHgjcMjrxTDZKM9W15p42Q,112
|
2
|
-
superduper_qdrant/qdrant.py,sha256=nHTYNdgWFs7FYHEcl4K4uxlOp_chbCsU6id-17MlJLk,6828
|
3
|
-
superduper_qdrant-0.9.0.dist-info/licenses/LICENSE,sha256=fq2WxmjewRN4VfDClVl-6CiVFZedp4y5_iGqQiXHBN8,11353
|
4
|
-
superduper_qdrant-0.9.0.dist-info/METADATA,sha256=vwEhdwXMt0TBYqRL3xekaksq7-vh5eYL-spAQSbb37k,13638
|
5
|
-
superduper_qdrant-0.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
superduper_qdrant-0.9.0.dist-info/top_level.txt,sha256=sq-9pdkTJIhMAzMoSI_UlucyRUrPk4Da78PFG_hPcd8,18
|
7
|
-
superduper_qdrant-0.9.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|