Skip to content

Commit c210117

Browse files
pjoshi30Preetam Joshi
andauthored
Adding a rerank API to the AIMon SDK. (#54)
* Adding a rerank API. Synchronized with Stainless repo. * Updating notebooks and added new retrieval notebook examples --------- Co-authored-by: Preetam Joshi <[email protected]>
1 parent 92b53d9 commit c210117

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1329
-308
lines changed

aimon/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
13
from . import types
2-
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
4+
from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
35
from ._utils import file_from_path
46
from ._client import Client, Stream, Timeout, Transport, AsyncClient, AsyncStream, RequestOptions
57
from ._models import BaseModel
@@ -34,6 +36,7 @@
3436
"ProxiesTypes",
3537
"NotGiven",
3638
"NOT_GIVEN",
39+
"Omit",
3740
"ClientError",
3841
"APIError",
3942
"APIStatusError",

0 commit comments

Comments
 (0)