A Python SDK for elem
Project description
elemem-vector-sdk
提供向量的增删改查
注意事项
- 支持pip安装,import需要改为绝对路径导入。
1. sdk_pb2_grpc.py中的
import sdk_pb2 as sdk__pb2
改为
from . import sdk_pb2 as sdk__pb2
2. cosmosx_client.py中的
import sdk_pb2
import sdk_pb2_grpc
改为
from . import sdk_pb2
from . import sdk_pb2_grpc
3. demo中的
from cosmosx_client import CosmosXClient, get_data_from_hdf5
改为
from elemem_sdk import cosmosx_client
上传到pypi上,支持任意位置安装
bash upload.sh
安装
pip install elemem-vector-sdk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elemem_vector_sdk-2.1.0.10.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.10.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47e4b7db1859e0824575ffe3491b1ddc8ae95a46118ebb6443c4922417e0c539
|
|
| MD5 |
b4a3ba7e06f1271be12ac0d05c8aeb71
|
|
| BLAKE2b-256 |
2eeadced30fae623ccf27653497c49ea5413699d0e09588b06cc8cf868757bce
|
File details
Details for the file elemem_vector_sdk-2.1.0.10-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.10-py3-none-any.whl
- Upload date:
- Size: 45.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77517ab80d305743820c439254c7de8610af49e30ce533c7cc4ee78f6eccb107
|
|
| MD5 |
4f83845bc9343cd52052b658b740ae96
|
|
| BLAKE2b-256 |
2d4740bdea877f25813dd50ffcc4a8542ccc26f6d0ea61b904818280226d8f39
|