cocoindex 0.1.32__cp312-cp312-win_amd64.whl → 0.1.33__cp312-cp312-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.
- cocoindex/__init__.py +1 -0
- cocoindex/_engine.cp312-win_amd64.pyd +0 -0
- {cocoindex-0.1.32.dist-info → cocoindex-0.1.33.dist-info}/METADATA +2 -1
- {cocoindex-0.1.32.dist-info → cocoindex-0.1.33.dist-info}/RECORD +6 -6
- {cocoindex-0.1.32.dist-info → cocoindex-0.1.33.dist-info}/WHEEL +0 -0
- {cocoindex-0.1.32.dist-info → cocoindex-0.1.33.dist-info}/licenses/LICENSE +0 -0
cocoindex/__init__.py
CHANGED
@@ -9,5 +9,6 @@ from .llm import LlmSpec, LlmApiType
|
|
9
9
|
from .index import VectorSimilarityMetric, VectorIndexDef, IndexOptions
|
10
10
|
from .auth_registry import AuthEntryReference, add_auth_entry, ref_auth_entry
|
11
11
|
from .lib import *
|
12
|
+
from .setting import *
|
12
13
|
from ._engine import OpArgSchema
|
13
14
|
from .typing import Float32, Float64, LocalDateTime, OffsetDateTime, Range, Vector, Json
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cocoindex
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.33
|
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
|
@@ -120,6 +120,7 @@ Go to the [examples directory](examples) to try out with any of the examples, fo
|
|
120
120
|
| [Google Drive Text Embedding](examples/gdrive_text_embedding) | Index text documents from Google Drive |
|
121
121
|
| [Docs to Knowledge Graph](examples/docs_to_knowledge_graph) | Extract relationships from Markdown documents and build a knowledge graph |
|
122
122
|
| [Embeddings to Qdrant](examples/text_embedding_qdrant) | Index documents in a Qdrant collection for semantic search |
|
123
|
+
| [FastAPI Server with Docker](examples/fastapi_server_docker) | Run the semantic search server in a Dockerized FastAPI setup |
|
123
124
|
|
124
125
|
More coming and stay tuned! If there's any specific examples you would like to see, please let us know in our [Discord community](https://discord.com/invite/zpA9S2DR7s) 🌱.
|
125
126
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
cocoindex-0.1.
|
2
|
-
cocoindex-0.1.
|
3
|
-
cocoindex-0.1.
|
1
|
+
cocoindex-0.1.33.dist-info/METADATA,sha256=4L3XrqSxOWxOkp3nZDosX8rdDpOGMEturNJV6DdReAo,8367
|
2
|
+
cocoindex-0.1.33.dist-info/WHEEL,sha256=jABKVkLC9kJr8mi_er5jOqpiQUjARSLXDUIIxDqsS50,96
|
3
|
+
cocoindex-0.1.33.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
4
4
|
cocoindex/auth_registry.py,sha256=-EhwmyIwJLPZthPOvEK21TfMbxQtndRbogk8q7y4XuU,716
|
5
5
|
cocoindex/cli.py,sha256=OucRz5IvX_LNHMiK4JFukfuyx8w-mbKq959O4XGHw14,9124
|
6
6
|
cocoindex/convert.py,sha256=M8wRr38AgPpd43eklyWpNMaAvKHsIEyy_L3IlU7Q0oA,6095
|
@@ -20,6 +20,6 @@ cocoindex/storages.py,sha256=oJcY_zZx1wXjoJ_gitSvaFTUqhL6lUJihZQivvMMZ5U,2292
|
|
20
20
|
cocoindex/tests/test_convert.py,sha256=l5VpBgDw8F-0eMT_kEitUQTyI5newGnxqsm3gb6c2XA,11516
|
21
21
|
cocoindex/tests/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
22
22
|
cocoindex/typing.py,sha256=WAmrgFwKRcoGB0aqRl2yk1cUey08HHQPgXyRRzmfN8c,8820
|
23
|
-
cocoindex/__init__.py,sha256=
|
24
|
-
cocoindex/_engine.cp312-win_amd64.pyd,sha256=
|
25
|
-
cocoindex-0.1.
|
23
|
+
cocoindex/__init__.py,sha256=NKqeT8USxQBDjNbarT3BnBF0zPB5IBMa4g-tn0xmNn8,697
|
24
|
+
cocoindex/_engine.cp312-win_amd64.pyd,sha256=9mS-NEuueZ2CUhp9PCOR4eOf5E-4RANWxMPx6xbq-3U,52203008
|
25
|
+
cocoindex-0.1.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|