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.3.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.3-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: neuller-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 80ac0a5df41489a8463f50e2f2454b8615eb87b0375f6517d2bf71e01ebe5d33
MD5 84c5375684ca79d56b7a3132e7832c23
BLAKE2b-256 f970b091ac959b73d68363ed8264b0095d4028484ee8bc964e16da47870187b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neuller-1.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 19163374bd7149085a352000747d1ba327ce91802b9c13d148d61c8c7dfab8d5
MD5 bc7bac6f39fd2f5c79ec8176d20c3985
BLAKE2b-256 7964a644701a071e97b0880a387ac9406ba9e39fc6ed33c4424bd28a0cc1485a

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