diff --git a/pages/faq/all/costs-tokens-langfuse.mdx b/pages/faq/all/costs-tokens-langfuse.mdx new file mode 100644 index 000000000..c8e87616a --- /dev/null +++ b/pages/faq/all/costs-tokens-langfuse.mdx @@ -0,0 +1,16 @@ +--- +title: How do I track LLM cost and tokens in Langfuse? +tags: [features] +--- + +# How do I track LLM cost and tokens in Langfuse? + +You can track cost and token usage for any LLM model and endpoint in Langfuse. In general there are two ways to do this + +1. Automatically calculated by Langfuse: For [supported models](/docs/model-usage-and-cost#infer) Langfuse will infer the cost. This requires you to ingest the correct model names. We currently support OpenAI and Anthropic off the shelf. Please refer to the *Models* tab in Langfuse for exact model names. + +2. Explicitly pass cost and tokens: You can [ingest](/docs/model-usage-and-cost#infer) cost and token counts for your LLM calls that you already track with Langfuse. Some model providers return cost and tokens as payload in their return requests. You can pass these back to Langfuse. + +Bonus: Cost tracking is natively supported in our [OpenAI integration](/docs/model-usage-and-cost#compatibility-with-openai). + +Please see more info and examples at [cost and tokens in Langfuse](/docs/model-usage-and-cost) \ No newline at end of file diff --git a/pages/faq/all/forgot-password.mdx b/pages/faq/all/forgot-password.mdx new file mode 100644 index 000000000..be4ec4141 --- /dev/null +++ b/pages/faq/all/forgot-password.mdx @@ -0,0 +1,15 @@ +--- +title: I have forgot my password. +tags: [help] +--- + +# I have forgot my password + +We can help you recover the account. There is currently no reset password flow. + +You will need to send an confimring your reset password request to to help@langfuse.com . + +**The process:** +1. You confirm via email to help@langfuse.com that you want to reset your password +2. We confirm that you can create a new account with this email address +3. We reassign all of your existing projects to the new account that you just created \ No newline at end of file diff --git a/pages/faq/all/langfuse-support.mdx b/pages/faq/all/langfuse-support.mdx new file mode 100644 index 000000000..fd75c7d93 --- /dev/null +++ b/pages/faq/all/langfuse-support.mdx @@ -0,0 +1,10 @@ +--- +title: How can I receive support? +tags: [help] +--- + +# How can I receive support? + +We recommend raising support requests through our [Github Discussions](https://github.com/orgs/langfuse/discussions). + +Find more information on our support page [Support](/support). \ No newline at end of file diff --git a/pages/faq/all/prompt-management-langfuse.mdx b/pages/faq/all/prompt-management-langfuse.mdx new file mode 100644 index 000000000..e3a7ff11d --- /dev/null +++ b/pages/faq/all/prompt-management-langfuse.mdx @@ -0,0 +1,10 @@ +--- +title: How can I manage my prompts with Langfuse? +tags: [features] +--- + +# How can I manage my prompts with Langfuse? + +You can easily manage and version prompts with Langfuse. We think of it as a Prompt Management System, akin to a Content Management System (CMS). + +Please see more info and examples at [Prompt Management in Langfuse](/docs/prompts) \ No newline at end of file diff --git a/pages/faq/all/report-feedback-bug.mdx b/pages/faq/all/report-feedback-bug.mdx new file mode 100644 index 000000000..1beca5f5e --- /dev/null +++ b/pages/faq/all/report-feedback-bug.mdx @@ -0,0 +1,11 @@ +--- +title: How do I report an issue/feedback/bug? +tags: [help] +--- + +# How do I report an issue/feedback/bug? + + +**Feedback/Feature Requests**: Please raise feedback and feature requests through our [Github Discussions](https://github.com/orgs/langfuse/discussions). + +**Bugs/Issues**: If you have encountered a bug, please raise it on our [Github Issues](https://github.com/orgs/langfuse/discussions). Please include code/screenshots/context that will help us reproduce your issue. \ No newline at end of file diff --git a/pages/faq/all/upgrade-langfuse.mdx b/pages/faq/all/upgrade-langfuse.mdx new file mode 100644 index 000000000..d9afaff00 --- /dev/null +++ b/pages/faq/all/upgrade-langfuse.mdx @@ -0,0 +1,10 @@ +--- +title: How do I upgrade my Langfuse account? +tags: [help] +--- + +# How do I upgrade my Langfuse account? + +You can upgrade via your Langfuse Project Settings. Please navigate to your Project --> Settings --> Usage --> Change Plans. + +You can find out more about the Langfuse Pro and Teams plans on our [pricing](/pricing) and [enterprise](/enterprise) pages. diff --git a/pages/faq/all/where-are-langfuse-api-keys.mdx b/pages/faq/all/where-are-langfuse-api-keys.mdx new file mode 100644 index 000000000..24687768e --- /dev/null +++ b/pages/faq/all/where-are-langfuse-api-keys.mdx @@ -0,0 +1,10 @@ +--- +title: Where do I find my Langfuse API keys? +tags: [help, setup] +--- + +# Where are my Langfuse API keys? + +You can always look up your API keys or create new ones by navigating to **Project --> Settings** within Langfuse + +You will also receive Langfuse API keys when you create a new project.