Skip to main content

Premium SearchCloud built for AI agents and LLMs

Project description

Neuller: Search Built for AI 🚀

The official Python SDK for the Neuller SearchCloud—a high-performance search engine built specifically for AI agents and LLMs.

Installation

pip install neuller

Usage

The primary API for interacting with the Neuller search index is the Responses API. You can generate search results with the code below.

import os
from neuller import Neuller

client = Neuller(
    # This is the default and can be omitted
    api_key=os.environ.get("API_KEY"), 
)

# Fetch Search Results
response = client.responses.create(
    q='who is the ceo of google',
    content=True
)

print(response)

Retrieving Specific Web Content

If you have a specific URL and want to extract its parsed content using the Neuller SearchCloud:

# Fetch URL Content
content_response = client.content.retrieve(
    url='https://en.wikipedia.org/wiki/Search_engine'
)

# In Python, print() will show the full dictionary/nested lists automatically
print(content_response)

Error Handling

If the Neuller API returns an error representing an invalid request (e.g. invalid API key, missing query), standard Python Exceptions will be raised.

try:
    client.responses.create(q='')
except Exception as e:
    print(f"Failed: {e}")

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

neuller-1.0.4.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

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

neuller-1.0.4-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file neuller-1.0.4.tar.gz.

File metadata

  • Download URL: neuller-1.0.4.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for neuller-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d339d132cd397947309f3afd5b789189d7223d23b58fededf89ae374eafab5a0
MD5 532c44b1ff46955c0d5afe41ca6291d2
BLAKE2b-256 c209cb245b688b3df31d0c48badbd9d97a2705d0dd68e2d22f809f870970efa2

See more details on using hashes here.

File details

Details for the file neuller-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: neuller-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for neuller-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 386bd05b220af1c7d2639924b26efbdd61b71d70371ec6d78e36e7f5a913d2d9
MD5 6d144b014941e790adec9366de7662cc
BLAKE2b-256 b511bba378009d841c00ebd804b8fe86673c17c9b07df5531a365d2fad0c78f4

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