diff --git a/components/inkeep/useInkeepSettings.ts b/components/inkeep/useInkeepSettings.ts index ee4557a72..e468ad122 100644 --- a/components/inkeep/useInkeepSettings.ts +++ b/components/inkeep/useInkeepSettings.ts @@ -55,6 +55,11 @@ const useInkeepSettings = (): InkeepSharedSettings => { variant: "subtle", // 'emphasized' 'subtle', }, }, + AIChatPageWrapper: { + defaultProps: { + size: "shrink-vertically", + }, + }, }, }, }; diff --git a/pages/faq/index.mdx b/pages/faq/index.mdx index a16df0383..0ea402239 100644 --- a/pages/faq/index.mdx +++ b/pages/faq/index.mdx @@ -6,6 +6,15 @@ description: Collection of frequently asked questions about Langfuse. These FAQs are the most common questions we receive. If your question is not answered below, please open a new discussion on [GitHub Discussions](#github-discussions). +## Ask AI + +The Langfuse AI assistant helps you find answers about Langfuse's features, integrations, and best practices. It's trained on our documentation, GitHub discussions/issues, and API. + +import InkeepEmbeddedChat from "@/components/inkeep/InkeepEmbeddedChat"; + +
+