Skip to main content

SDK for Starpoint DB

Project description

Starpoint AI SDK

Installation

pip install starpoint

Quickstart

After you have a API key and a collection created on your starpoint account

from starpoint.db import Client

client = Client(api_key="YOUR_API_KEY_HERE")

documents = [
  {
    "embedding": [0.1, 0.2, 0.3, 0.4, 0.5],
    "metadata": {
      "label1": "0",
      "label2": "1",
    }
  },
]

// Instead of collection_name you can also use collection_id="COLLECTION_ID"
client.insert(documents=documents, collection_name="COLLECTION_NAME")

Contributing

Make sure you have installed dev requirements

pip install -r dev-requirements.txt

Unit tests should be passing. You can run them via

pytest ./tests

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

starpoint-0.1.3.tar.gz (47.1 kB view hashes)

Uploaded Source

Built Distribution

starpoint-0.1.3-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page