You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Sensitive Data (PII/PHI/PCI) | <spanstyle="font-size: 24px;">⌛</span> |
31
31
32
-
## Product
33
32
34
-
Follow these steps to use the product:
33
+
## Getting Started
34
+
35
+
AIMon supports asynchronous instrumentation or synchronous detections for the metrics mentioned above. Use these steps
36
+
to get started with using the AIMon SDK and the product.
35
37
36
38
- Step 1: Get access to the beta product by joining the wait list on our [website](https://aimon.ai/) or by requesting
37
39
it on [Slack](https://join.slack.com/t/generativeair/shared_invite/zt-2jab62lsj-xM9a_s~Qweu8lf3YS2cANg) or
38
40
sending an email to info@aimon.ai
39
41
- Step 2: Install the AIMon SDK by running `pip install aimon` in your terminal.
40
-
- Step 3: Refer to the [sample notebook](notebooks/aimon_sdk_langchain_summarization.ipynb) for an example of how to instrument an LLM application using our SDK.
42
+
- Step 3: Refer to the [sample notebook](examples/notebooks/aimon_sdk_langchain_summarization.ipynb) for an example of how to instrument an LLM application asynchronously using the SDK.
43
+
You can also refer to the sample [streamlit application](examples/langchain_summarization_app.py) for an example for synchronous detections.
AIMon detections can be accessed via REST APIs. Here are the steps to access the API:
49
52
50
53
- Step 1: Get your API key by requesting it on our [Slack](https://join.slack.com/t/generativeair/shared_invite/zt-2jab62lsj-xM9a_s~Qweu8lf3YS2cANg) or sending an email
51
54
to info@aimon.ai
52
-
- Step 2: You can try the API using either of these methods
53
-
-[OPTION 1] Try the simple langchain summarization application that is augmented with AIMon Rely to detect
0 commit comments