langfuse / langfuse-docs

🪢 Langfuse documentation -- Langfuse is the open source LLM Engineering Platform. Observability, evals, prompt management, playground and metrics to debug and improve LLM apps
https://langfuse.com
MIT License
53 stars 52 forks source link

docs: replace bedrock docs page with cookbook #850

Closed marcklingen closed 5 days ago

marcklingen commented 5 days ago

[!IMPORTANT] Replaces Amazon Bedrock documentation with a detailed cookbook guide and updates routing accordingly.

  • Documentation:
    • Replaces amazon-bedrock.mdx with integration_amazon_bedrock.md in pages/docs/integrations.
    • Adds detailed instructions and examples for Amazon Bedrock integration in the new integration_amazon_bedrock.md.
  • Routing:
    • Updates cookbook/_routes.json to include new path docs/integrations/amazon-bedrock for integration_amazon_bedrock.ipynb.

This description was created by Ellipsis for ac864bc5d201c220efbe0b15f3e2b9efadbf063f. It will automatically update as commits are pushed.

vercel[bot] commented 5 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-docs ✅ Ready (Inspect) Visit Preview Oct 11, 2024 2:00am
review-notebook-app[bot] commented 5 days ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

github-actions[bot] commented 5 days ago

📦 Next.js Bundle Analysis for langfuse-docs

This analysis was generated by the Next.js Bundle Analysis action. 🤖

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load % of Budget (350 KB)
/guides/cookbook/integration_amazon_bedrock 27.37 KB 348.58 KB 99.59%

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/docs/integrations/amazon-bedrock 27.35 KB 348.56 KB 99.59% (🟡 +1.03%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.