The Dappier Python SDK provides an easy-to-use interface for interacting with the Dappier API.
Project description
Dappier Python SDK
The Dappier Python SDK provides an easy-to-use interface for interacting with the Dappier API.
Installation
Install the SDK using pip:
pip install dappier
Initialization
Below is an example of how to use the Dappier SDK:
import os
from dappier import Dappier
# Set your API key as an environment variable
os.environ["DAPPIER_API_KEY"] = "<YOUR_API_KEY>"
# Initialize the Dappier SDK
app = Dappier()
Replace <YOUR_API_KEY> with actual Dappier API key which you can get from your Dappier account.
Real-Time Search
You can perform a real-time search by providing a query. This will search for real-time data related to your query. You can pick a specific aimodel from marketplace.
response = app.search_real_time_data(query="What is the stock price of Apple ?", ai_model_id="am_01j06ytn18ejftedz6dyhz2b15")
AI Recommendations
The AI Recommendations feature allows you to query for articles and other content using a specific data model. You can pick a specific datamodel from marketplace.
response = app.get_ai_recommendations(
query="latest tech news",
data_model_id="dm_02hr75e8ate6adr15hjrf3ikol",
similarity_top_k=5,
ref="techcrunch.com",
num_articles_ref=2,
search_algorithm="most_recent"
)
For detailed documentation and advanced features, refer to the official Dappier documentation.
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
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 dappier-0.3.6.tar.gz.
File metadata
- Download URL: dappier-0.3.6.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2d0bbcf385b879853dfe4fd20a0af98ce9d05ea25ed0c1256c103aae7afc91d
|
|
| MD5 |
536339331fe42d8ea5ffbd1adf70c608
|
|
| BLAKE2b-256 |
c10cd31ece4e4f32c1b3475eec68658f5461176836191f2eac9ad94d51026513
|
File details
Details for the file dappier-0.3.6-py3-none-any.whl.
File metadata
- Download URL: dappier-0.3.6-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2502be64d62181d7e7d7e720a5dfce6e4483961845a78e804f57aa1fc9f202f
|
|
| MD5 |
ec8ceeb17dc2d2ac9e417ac81545bf6d
|
|
| BLAKE2b-256 |
53eeddebd7618e7105246981d8e2952f4e0ec118acf3828818f97532a971454f
|