Simple API for creating AI assistants
Project description
Install SDK
pip install crisper
sdk.py usage
from crisper_api_client import Crisper
client = Crisper()
assistant = client.create_assistant(name="customer-support-bot")
Add a knowlege source
assistant.add_knowledge_source(content_type="pdf", pdf="https://www.example.com/frequently-asked-questions.pdf")
assistant.add_knowledge_source(content_type="url", pdf="https://help.example.com")
Ask a query
assistant.ask("How do I get a refund?")
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
crisper-ai-0.3.0.tar.gz
(8.8 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 crisper-ai-0.3.0.tar.gz.
File metadata
- Download URL: crisper-ai-0.3.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cec7bc3a607ec1e44dd02628400dbb127dde4c446018207c7cfc432eb5303c73
|
|
| MD5 |
5754a33b37ecc2f8723446b67acd4f72
|
|
| BLAKE2b-256 |
9cff2f6c46cb0708c1747e23951e8d52d30d0ccb8199975e8a3b5aef81dd464e
|
File details
Details for the file crisper_ai-0.3.0-py3-none-any.whl.
File metadata
- Download URL: crisper_ai-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc9ad8cadba3db06359683ad89f991bcaa18980792eae79affdb96f6085020ed
|
|
| MD5 |
493378c4bdfd21d2b018aa960fec7c6a
|
|
| BLAKE2b-256 |
a7482a625144d4250e78eb037e84e3233f0812bb555f4909e5b87061a399a92a
|