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. hilbert_client.py中的
import sdk_pb2
import sdk_pb2_grpc
改为
from . import sdk_pb2
from . import sdk_pb2_grpc
3. demo中的
from hilbert_client import HilbertClient, get_data_from_hdf5
改为
from elemem_sdk import hilbert_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
elemem_vector_sdk-2.0.3.tar.gz
(16.4 kB
view details)
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.0.3.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-2.0.3.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a3872b8018616b50c10fe539fbd32a33890417edb7127f58fc9606a9a00f107
|
|
| MD5 |
2f55ee65d5bbf5a928e7331745dac41b
|
|
| BLAKE2b-256 |
f263beb191d3cb95b2e485aefb739cd251fbdfff355ac75480bd72704338a7e0
|
File details
Details for the file elemem_vector_sdk-2.0.3-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-2.0.3-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8766e652e7ff8873033872687b9cdbef97c9c6a9512e894c9b3cca04a73c5f9f
|
|
| MD5 |
110a2e00195e0676a3acd5fc974db8d5
|
|
| BLAKE2b-256 |
793681e28a28e0d5e5fd46a0bebe24102da8bf8e55320745f11fde3c812f36b9
|