Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dappier-0.3.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dappier-0.3.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file dappier-0.3.0.tar.gz.

File metadata

  • Download URL: dappier-0.3.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.6 Darwin/24.1.0

File hashes

Hashes for dappier-0.3.0.tar.gz
Algorithm Hash digest
SHA256 991d2f4726ff1224d8b1c125c751a6d6375d64560d751e043365b118a5b088c4
MD5 89673b1d7c6da1542da34d77abd3e2c9
BLAKE2b-256 17b2fdbac690a83422188fd40afb0f396ce041bdb4b19f2a54586a19e495f6d9

See more details on using hashes here.

File details

Details for the file dappier-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: dappier-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.6 Darwin/24.1.0

File hashes

Hashes for dappier-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dce3a5d382b7a9f96276850c41b16c9d1c660fffa6192a89b5cf86c6dd0d6226
MD5 dc09f28cf9d52cc69699808c955afec1
BLAKE2b-256 03e84ce2824e454e2a3c65e80186b5bb234a7ba62b36ed9ad76d3c87ab356c8e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page