Metadata-Version: 2.1
Name: jiggy
Version: 0.0.14
Summary: Python client for Jiggy Vector
Author-email: Bill Kish <bk@jiggy.ai>
Project-URL: Homepage, https://github.com/jiggy-ai/jiggy-client-py
Project-URL: Bug Tracker, https://github.com/jiggy-ai/jiggy-client-py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Python client for Jiggy Vector Persistence & Indexing Service

pip install jiggy

See quickstart.py to get started using the demo service at api.jiggy.ai

set api key via environment variable: "JIGGY_API_KEY"

An anonymous API key will be created and displayed for you automatically by the client if you don't specify one via the JIGGY_API_KEY environment variable.
