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-1.0.0.tar.gz
(11.0 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-1.0.0.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-1.0.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee728b73f01d1e6a9278a73aa0d75c768e3d4bec069f55f2b6ef6741e7e3e80a
|
|
| MD5 |
ed4f26ad002688af5592e8a97ec44db0
|
|
| BLAKE2b-256 |
fb3efac46d6e19eced1a633bdffd97296fa4ef49bff67fee85e990adb991a319
|
File details
Details for the file elemem_vector_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.6 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 |
1e6392dd0ef041f4536a7f86dcae6c8195c2aad7b7c0a96d62cdd4b60accc240
|
|
| MD5 |
d360bcdefcf5cd19f6b5920cda07c5c6
|
|
| BLAKE2b-256 |
2fed787d41f9b906042faa508915e96d5639a734ed0a053dcbd0df5909bbaa63
|