Skip to content

Instantly share code, notes, and snippets.

View JLHasson's full-sized avatar

Lance Hasson JLHasson

  • San Francisco, CA
View GitHub Profile

Quickstart

The following is a minimal script for uploading and object to be searched, indexing and then searching that object:

import os
import time
from objective import ObjectiveClient

client = ObjectiveClient(api_key=os.environ.get("OBJECTIVE_API_KEY"))