Python SDK for Vecpot(Embedding as a Service)
Project description
VecPot Python SDK
Install
$ pip install vecpot
Usage
import vecpot
import os
VP_API_KEY = os.getenv("VP_API_KEY")
vp = vecpot.VecPot(api_key=VP_API_KEY)
embedding_response = vp.embed(text="data")
print(embedding_response["embeddings"])
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
vecpot-0.1.1.tar.gz
(3.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 vecpot-0.1.1.tar.gz.
File metadata
- Download URL: vecpot-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14191ef251c965465e15706cd4cba056c30e4ed2f51359b6e64a813b9733c0fa
|
|
| MD5 |
4f6e689bb6833cfa7ded6d1b15c8271f
|
|
| BLAKE2b-256 |
66f5bc8ee86471c8c05be8ece03a51cbaca9f5894ef96c8345b48a88c22d12a8
|
File details
Details for the file vecpot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vecpot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9d56a26948decf3f2ec99ce710a36f970a1c55830b05936b21c729d42845f30
|
|
| MD5 |
4d55e32cfbd7e4ccb7b3ab49dbf24f66
|
|
| BLAKE2b-256 |
1e514920a1e10edfa0a9474f5190077e542702097c2289acb3e1863740d19865
|