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.7.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file envelope_ai-0.0.7.tar.gz
.
File metadata
- Download URL: envelope_ai-0.0.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdb982921107a67b601811eef12e8f75bfb64d99d22a9c41342b2cc9dea2ae4f |
|
MD5 | f73c742ea7fd2258f5752a6613b4699f |
|
BLAKE2b-256 | 5c829322878378bd6243a091a7273a90e4c2b652a406f5b2c564291641e6e233 |
File details
Details for the file envelope_ai-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: envelope_ai-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 594043356c235f54b878cfab4b52490b3fefc7efef4cec231865c021d534c6d4 |
|
MD5 | 23639bf0d4059184246b1bb98b1c28db |
|
BLAKE2b-256 | b2622c855a6b74350f40be496b68bf0df9c69d33a20ed319c70039a451bec09d |