A client library for accessing Crisper API
Project description
Install SDK
pip install crisper-ai
sdk.py usage
from crisper_api_client import Crisper
assistant = Crisper.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.3.tar.gz
(8.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 crisper_ai-0.3.3.tar.gz.
File metadata
- Download URL: crisper_ai-0.3.3.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.7 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1c8ad51694ef66e9aa1f532bf95bee8545d0bf98a5abee9478934dcf73592cd
|
|
| MD5 |
e43d37e8473959468c2fc03318948d03
|
|
| BLAKE2b-256 |
fa619043387ae9b13865e5002e59ab14f24fa0f85303787b11e07bcfa755e0ad
|
File details
Details for the file crisper_ai-0.3.3-py3-none-any.whl.
File metadata
- Download URL: crisper_ai-0.3.3-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.7 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b11779fe1b1e0ff8b05c213cf44b7df9db27e8d93be4e7801bccc1b6ce926b06
|
|
| MD5 |
e75f9176cbba728b46d414225bb92c32
|
|
| BLAKE2b-256 |
a6ae1d7f961ec32d55ab55e6407c356bac594b1e0dd26eb6e8afbe906059f61d
|