SDK for envelope DB
Project description
Envelope AI SDK (wayfarer)
Installation
pip install envelope-ai
Quickstart
After you have a API key and a collection created on your envelope account
from wayfarer.wayfarer import Wayfarer
client = Wayfarer(api_key="<your-api-key-here>")
documents = {
"embeddings": [1.0, 0, 0.8],
"metadata": {label: "0"},
}
client.insert(documents=documents, collection_name="<your-collection-name>") # You might prefer to use collection_id here instead
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
envelope_ai-0.0.6.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file envelope_ai-0.0.6.tar.gz
.
File metadata
- Download URL: envelope_ai-0.0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bddae70cd28c53da7aefb888909c04c050ac345e40ab78fdb9909e6bbf29a300 |
|
MD5 | e95820ec0fb23c6d12c2fa5fe7eb9a72 |
|
BLAKE2b-256 | 6fef6351a78afbdc0ef63d8e72156c874e9e44fe8e99de383e31c5e1d406cac1 |
File details
Details for the file envelope_ai-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: envelope_ai-0.0.6-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.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e8f2badc58e9c7a81c5c22f9f006401a82cd49bcdcc1079bd2f4f971a99c4c9 |
|
MD5 | a1dd5cff4dd071ad75d3f349cdf013fb |
|
BLAKE2b-256 | 728829459bdb525a5994463978de824a34b423cbad392873e715ad640ee1e3d7 |