Skip to content

Commit

Permalink
feat: add inkeep chat to faq overview page (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Dec 16, 2024
1 parent 31d289b commit bda59d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/inkeep/useInkeepSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const useInkeepSettings = (): InkeepSharedSettings => {
variant: "subtle", // 'emphasized' 'subtle',
},
},
AIChatPageWrapper: {
defaultProps: {
size: "shrink-vertically",
},
},
},
},
};
Expand Down
9 changes: 9 additions & 0 deletions pages/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<div className="h-10" />
<InkeepEmbeddedChat />

## Categories

import { FaqIndex } from "@/components/faq/FaqIndex";
Expand Down
2 changes: 1 addition & 1 deletion pages/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: "The Langfuse team and community can help you with questions and is

- Our [documentation](/docs) is the best place to start looking for answers. It is comprehensive, and we invest significant time into maintaining it. You can also suggest edits to the docs via GitHub.
- [Langfuse FAQs](/faq) where the most common questions are answered.
- Use the "Ask AI" chat `widget` to get instant answers to your questions:
- Use "Ask AI" to get instant answers to your questions:

import InkeepEmbeddedChat from "@/components/inkeep/InkeepEmbeddedChat";

Expand Down

0 comments on commit bda59d1

Please sign in to comment.