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
elemem_vector_sdk-2.1.0.6.tar.gz
(27.5 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.6.tar.gz.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.6.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b06b2597045196c7cd7a000464d2e0c4bb3add965d68ba484b23d439c6e2a2c8
|
|
| MD5 |
4ddaff351dad188c057ca750bd7a1187
|
|
| BLAKE2b-256 |
135c35aa2b60535d1490fa5258aa5fa1fa381af8fb415821eab972ee7bab1f7c
|
File details
Details for the file elemem_vector_sdk-2.1.0.6-py3-none-any.whl.
File metadata
- Download URL: elemem_vector_sdk-2.1.0.6-py3-none-any.whl
- Upload date:
- Size: 31.4 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 |
d3ba1f51a2f193253461d9f9c4e359c8ff4e4d91bf9d3815941f147c5eebb4ac
|
|
| MD5 |
8386907f660b2b3086557b9fe35b4e3e
|
|
| BLAKE2b-256 |
0ee3598e6ccf38753b2a96612ca00dba4691dbc4206fe201b2d6566aeb7c08d9
|