Graffo
from graffo import GraffoSDK, SearchRequest
client = GraffoSDK(
api_key="YOUR_API_KEY",
organization_id="YOUR_ORG_ID",
)
resp = client.collections.search(
readable_id="your-collection",
request=SearchRequest(query="summaries of meeting notes", limit=5)
)
print(resp.results)Who is Graffo for?
Last updated

