Skip to content

Commit

Permalink
docs: add dependents table (python sdk) (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Dec 2, 2024
1 parent c4155f2 commit 134c411
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 0 deletions.
1 change: 1 addition & 0 deletions components-mdx/dependents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update via `bash scripts/update_package_usage.sh`
93 changes: 93 additions & 0 deletions components-mdx/dependents/python.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions pages/blog/2024-11-most-used-oss-llmops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ import PublicMetrics from "@/components-mdx/public-metrics.mdx";

<PublicMetrics />

## Open source projects using Langfuse

While we see a lot of traction, we can monitor which open source projects actually use Langfuse. Find a list below:

import PackageUsagePython from "@/components-mdx/dependents/python.md";

<div className="[&_img]:inline">
<PackageUsagePython />
</div>

## This comparison is out of date?

Please [raise a pull request](https://github.com/langfuse/langfuse-docs/tree/main/pages/blog) or reach out to us.
14 changes: 14 additions & 0 deletions pages/faq/all/packages-depending-on-langfuse.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Which packages and projects depend on Langfuse?
tags: [product]
---

# Which packages and projects depend on Langfuse?

Langfuse is used as a dependency by many open-source projects and packages. Here's an overview of projects that integrate with or build upon Langfuse and that have at least 10 stars on GitHub:

import PackageUsagePython from "@/components-mdx/dependents/python.md";

<div className="[&_img]:inline">
<PackageUsagePython />
</div>
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.9"
jupyter = "^1.0.0"
litellm = {extras = ["proxy"], version = "^1.35.20"}
github-dependents-info = "^1.6.3"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 2 additions & 0 deletions scripts/update_package_usage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github-dependents-info --repo langfuse/langfuse-python --markdownfile ./components-mdx/dependents/python.md --sort stars --mergepackages --verbose --minstars 10
sed -i '' 's/# Dependents/### Dependents/' ./components-mdx/dependents/python.md

0 comments on commit 134c411

Please sign in to comment.