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.1.0.1.tar.gz
(27.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.1.0.1.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.1.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ae2eeedbd0bbbf26d55e8672c2a3c13ca52adf98d1ebb7817eb26dbb18b787b
|
|
| MD5 |
16d60574f913d04f37694aad60102588
|
|
| BLAKE2b-256 |
ccfa27604a5e3bcebd3ba623ea0d98d350c7b028a9bdf180183eab0d8ccd7b36
|
File details
Details for the file elemem_vector_sdk-2.1.0.1-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.1-py3-none-any.whl
- Upload date:
- Size: 30.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efa60a2ee2ce3f4d611829ae4d473011d5129b0de1366bfb5037ede0481897f2
|
|
| MD5 |
6122a4da829d89bae11b2ac29a3f824a
|
|
| BLAKE2b-256 |
778edaf2674f478006c7b54d0a8aa6087ce517219a1c31ec4194b36e4df11398
|