{"id":23028,"library":"inferedge-moss","title":"InferEdge MOSS SDK","description":"Python SDK for semantic search with on-device AI capabilities. Version 1.0.0b19, pre-release with frequent updates.","status":"active","version":"1.0.0b19","language":"python","source_language":"en","source_url":"https://github.com/usemoss/moss-samples","tags":["semantic-search","ai","on-device","embedding"],"install":[{"cmd":"pip install inferedge-moss==1.0.0b19","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Old package name was 'moss'; renamed to inferedge_moss to avoid conflicts.","wrong":"from moss import MOSSClient","symbol":"MOSSClient","correct":"from inferedge_moss import MOSSClient"}],"quickstart":{"code":"from inferedge_moss import MOSSClient\n\nclient = MOSSClient(api_key='your-api-key')\nresult = client.search('quantum computing', top_k=3)\nprint(result)","lang":"python","description":"Initialize MOSSClient with API key and perform semantic search."},"warnings":[{"fix":"Update import statements: from inferedge_moss import MOSSClient","message":"The module name changed from 'moss' to 'inferedge_moss' in v1.0.0b17. Old imports will break.","severity":"breaking","affected_versions":">=1.0.0b17"},{"fix":"Upgrade Python to 3.10 or later.","message":"The SDK requires Python >=3.10. Running on older versions will fail with syntax errors.","severity":"gotcha","affected_versions":"all"},{"fix":"Replace search_sync with search.","message":"The 'search_sync' method is deprecated in favor of 'search'. Using it may cause warnings.","severity":"deprecated","affected_versions":">=1.0.0b19"}],"env_vars":null,"last_verified":"2026-04-28T00:00:00.000Z","next_check":"2026-07-27T00:00:00.000Z","problems":[{"fix":"Use 'from inferedge_moss import MOSSClient'.","cause":"The import path changed from 'moss' to 'inferedge_moss'.","error":"ImportError: cannot import name 'MOSSClient' from 'moss'"},{"fix":"Pass the API key as 'api_key' when initializing MOSSClient.","cause":"API key parameter was renamed to 'api_key' from 'key' in v1.0.0b18.","error":"TypeError: Client.__init__() got an unexpected keyword argument 'api_key'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}