Skip to content

Commit

Permalink
Merge branch 'main' into thiagohora/OPIK-159_experiment_delete_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohora authored Oct 4, 2024
2 parents f7da008 + ea6cf3e commit ef2f641
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/opik-documentation/documentation/docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
sidebar_position: 100
sidebar_label: FAQ
---

# FAQ

These FAQs are a collection of the most common questions that we've received from our users. If you have any other questions, please open an [issue on GitHub](https://github.com/comet-opik/opik/issues).

## General

### Can I use Opik to monitor my LLM application in production?

Yes, Opik has been designed from the ground up to be used to monitor production applications. If you are self-hosting the
Opik platform, we recommend using the [Kuberneters deployment](/self-host/overview.md) option to ensure that Opik can scale as needed.

## Opik Cloud

### Are there are rate limits on Opik Cloud?

Yes, in order to ensure all users have a good experience we have implemented rate limits. Each user is limited to `10,000` events per minute, an event is a trace, span, feedback score, dataset item, experiment item, etc. If you need to increase this limit please reach out to us on [Slack](https://chat.comet.com).
1 change: 1 addition & 0 deletions apps/opik-documentation/documentation/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const sidebars: SidebarsConfig = {
items: ['cookbook/openai', 'cookbook/langchain', 'cookbook/llama-index', 'cookbook/ollama', 'cookbook/predibase',
'cookbook/ragas', 'cookbook/evaluate_hallucination_metric', 'cookbook/evaluate_moderation_metric']
},
'faq'
],
rest_api: apiSidebar
};
Expand Down

0 comments on commit ef2f641

Please sign in to comment.