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.1.tar.gz
(17.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.1.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-2.0.1.tar.gz
- Upload date:
- Size: 17.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 |
562b71ff6876ed0898ff039d2e03abe785bd4865f73b744a02dcb771203fee56
|
|
| MD5 |
08d8d74cb3d4d74e84ba0a76ce2c1031
|
|
| BLAKE2b-256 |
123d0b340903e191099d18a45770accedb20eb378e1d6f834c1a0d8950c3693e
|
File details
Details for the file elemem_vector_sdk-2.0.1-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-2.0.1-py3-none-any.whl
- Upload date:
- Size: 22.3 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 |
fe03e80da36ddf24e9f5421f0783021168ab96a19452eadc6138751a048101fb
|
|
| MD5 |
73c5db9bb58d02adf7265fd6ac6bd9b3
|
|
| BLAKE2b-256 |
6141950b0c23650f7dd8ab6348f4e8861c368c1754e86b9c6a67ab2d8778e8d1
|