Registry / ai-ml / inferedge-moss

inferedge-moss

JSON →
library1.0.0b19pypypiunverified

Python SDK for semantic search with on-device AI capabilities. Version 1.0.0b19, pre-release with frequent updates.

pip install inferedge-moss==1.0.0b19
INSTALL
IMPORT
SIG · INFEREDGE-MOSS
I
inferedge-moss
ai-mlpythonv1.0.0b19
Install
2.8s avg
Import
Disk
58MB
Pass rate
4/ 10
Env Coverage4 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.0b19 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✓ 3s
py 3.11
✕ build_error
✓ 3s
py 3.12
✕ build_error
✓ 2.7s
py 3.13
✕ build_error
✓ 2.5s
py 3.9
✕ build_error
✕ build_error
58MB installed
● package 58MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MOSSClient
from inferedge_moss import MOSSClient
from moss import MOSSClient
Old package name was 'moss'; renamed to inferedge_moss to avoid conflicts.

Initialize MOSSClient with API key and perform semantic search.

from inferedge_moss import MOSSClient client = MOSSClient(api_key='your-api-key') result = client.search('quantum computing', top_k=3) print(result)
Debug
Known issues
breakingThe module name changed from 'moss' to 'inferedge_moss' in v1.0.0b17. Old imports will break.
fix
Update import statements: from inferedge_moss import MOSSClient
affects: >=1.0.0b17
gotchaThe SDK requires Python >=3.10. Running on older versions will fail with syntax errors.
fix
Upgrade Python to 3.10 or later.
affects: all
deprecatedThe 'search_sync' method is deprecated in favor of 'search'. Using it may cause warnings.
fix
Replace search_sync with search.
affects: >=1.0.0b19
Upgrade
Version history
1.0.0b19latest on PyPI · released Mar 24, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources