Python client for the NOSIBLE Search API
Project description
NOSIBLE Search Client
A high-level Python client for the NOSIBLE Search API. Easily integrate the Nosible Search API into your Python projects.
📄 Documentation
You can find the full NOSIBLE Search Client documentation here.
📦 Installation
pip install nosible
⚡ Installing with uv
uv pip install nosible
Requirements:
- Python 3.9+
- polars
- duckdb
- openai
- tantivy
- pyrate-limiter
- tenacity
- cryptography
- pyarrow
- pandas
🔑 Authentication
- Sign in to NOSIBLE.AI and grab your free API key.
- Set it as an environment variable or pass directly:
On Windows
$Env:NOSIBLE_API_KEY="basic|abcd1234..."
$Env:LLM_API_KEY="sk-..." # for query expansions (optional)
On Linux
export NOSIBLE_API_KEY="basic|abcd1234..."
export LLM_API_KEY="sk-..." # for query expansions (optional)
Or in code:
- As an argument:
from nosible import Nosible
client = Nosible(
nosible_api_key="basic|abcd1234...",
llm_api_key="sk-...",
)
- As an environment variable:
from nosible import Nosible
import os
os.environ["NOSIBLE_API_KEY"] = "basic|abcd1234..."
os.environ["LLM_API_KEY"] = "sk-..."
🔍 Your first search
To complete your first search:
from nosible import Nosible
with Nosible(nosible_api_key="YOUR API KEY") as client:
results = client.fast_search(
question="What is Artificial General Intelligence?"
)
print(results)
📄 Documentation
You can find the full NOSIBLE Search Client documentation here.
📡 Swagger Docs
You can find online endpoints to the NOSIBLE Search API Swagger Docs here.
© 2025 Nosible Inc. | Privacy Policy | Terms
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 nosible-0.3.5.tar.gz.
File metadata
- Download URL: nosible-0.3.5.tar.gz
- Upload date:
- Size: 50.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
933679734f8abc26e9b1780c719f9a795117967723784e7b405535c66ad60d71
|
|
| MD5 |
21c9130c22c3bc6f7b331233514acef8
|
|
| BLAKE2b-256 |
68386d4aafaab06cd2953073666e62c43d9d378026fa2ba25c1c7288c165b313
|
Provenance
The following attestation bundles were made for nosible-0.3.5.tar.gz:
Publisher:
run_tests_and_publish.yml on NosibleAI/nosible-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nosible-0.3.5.tar.gz -
Subject digest:
933679734f8abc26e9b1780c719f9a795117967723784e7b405535c66ad60d71 - Sigstore transparency entry: 472823339
- Sigstore integration time:
-
Permalink:
NosibleAI/nosible-py@8221c3c88d3c23eaa941208b3dd2b4afc03660c2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/NosibleAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
run_tests_and_publish.yml@8221c3c88d3c23eaa941208b3dd2b4afc03660c2 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nosible-0.3.5-py3-none-any.whl.
File metadata
- Download URL: nosible-0.3.5-py3-none-any.whl
- Upload date:
- Size: 50.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6796b2faef27487d4610a21f74ed6beff4d913a0e762e3884820fcaa306698fe
|
|
| MD5 |
ebb2dffb4fa496f8aea892fafd689ae5
|
|
| BLAKE2b-256 |
8c1a6b886f851d97304731c974c98bc9e068565434efbf16d9fc71d1c1803962
|
Provenance
The following attestation bundles were made for nosible-0.3.5-py3-none-any.whl:
Publisher:
run_tests_and_publish.yml on NosibleAI/nosible-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nosible-0.3.5-py3-none-any.whl -
Subject digest:
6796b2faef27487d4610a21f74ed6beff4d913a0e762e3884820fcaa306698fe - Sigstore transparency entry: 472823350
- Sigstore integration time:
-
Permalink:
NosibleAI/nosible-py@8221c3c88d3c23eaa941208b3dd2b4afc03660c2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/NosibleAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
run_tests_and_publish.yml@8221c3c88d3c23eaa941208b3dd2b4afc03660c2 -
Trigger Event:
push
-
Statement type: