Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
696 changes: 696 additions & 0 deletions contents/blog/best-langsmith-alternatives.mdx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/components/ProductComparisonTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import { langsmith } from '../../hooks/competitorData/langsmith'
import { launchdarkly } from '../../hooks/competitorData/launchdarkly'
import { logrocket } from '../../hooks/competitorData/logrocket'
import { lucky_orange } from '../../hooks/competitorData/lucky_orange'
import { lunary } from '../../hooks/competitorData/lunary'
import { mailerlite } from 'hooks/competitorData/mailerlite'
import { matomo } from '../../hooks/competitorData/matomo'
import { mixpanel } from '../../hooks/competitorData/mixpanel'
Expand Down Expand Up @@ -659,6 +660,7 @@ export default function ProductComparisonTable({
launchdarkly,
logrocket,
lucky_orange,
lunary,
mailerlite,
matomo,
mixpanel,
Expand Down
8 changes: 8 additions & 0 deletions src/data/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,14 @@
"link_url": "https://www.linkedin.com/in/nyior/",
"profile_id": 46202
},
{
"handle": "temitope-oyedele",
"name": "Temitope Oyedele",
"role": "Freelance Technical Writer",
"link_type": "linkedin",
"link_url": "https://www.linkedin.com/in/temitope-oyedele-57b772163/",
"profile_id": 46527
},
{
"handle": "tanaaz-khan",
"name": "Tanaaz Khan",
Expand Down
8 changes: 7 additions & 1 deletion src/hooks/competitorData/arize_phoenix.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ export const arize_phoenix = {
available: false,
},
},
}
platform: {
deployment: {
eu_hosting: true,
open_source: true,
},
},
}
8 changes: 7 additions & 1 deletion src/hooks/competitorData/braintrust.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ export const braintrust = {
available: false,
},
},
}
platform: {
deployment: {
eu_hosting: true,
open_source: false,
},
},
}
9 changes: 3 additions & 6 deletions src/hooks/competitorData/langfuse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,10 @@ costs: {
available: false,
},
},
platform: {
platform: {
deployment: {
available: true,
features: {
eu_hosting: true,
open_source: true,
},
eu_hosting: true,
open_source: true,
},
},
}
10 changes: 8 additions & 2 deletions src/hooks/competitorData/langsmith.tsx
Comment thread
natalia-amorim marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const langsmith = {
features: {
generation_tracking: true,
latency_tracking: true,
cost_tracking: false,
cost_tracking: true,
trace_visualization: true,
token_tracking: true,
prompt_playground: true,
Expand Down Expand Up @@ -34,4 +34,10 @@ export const langsmith = {
available: false,
},
},
}
platform: {
deployment: {
eu_hosting: true,
open_source: false,
},
},
}
50 changes: 50 additions & 0 deletions src/hooks/competitorData/lunary.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
export const lunary = {
name: 'Lunary',
products: {
ai_observability: {
available: true,
features: {
generation_tracking: true,
latency_tracking: true,
cost_tracking: true,
trace_visualization: true,
token_tracking: true,
prompt_playground: true,
prompt_evaluations: 'Basic',
alerting: false,
error_tracking: true,
system_prompts: true,
clustering: false,
trace_summarization: false,
llm_translation: false,
prompt_management: true,
framework_agnostic: true,
opentelemetry: true,
sentiment_classification: false,
privacy_mode: true,
agent_tracing: true,
evaluation_datasets: true,
human_annotation: true,
},
},
product_analytics: {
available: false
},
session_replay: {
available: false
},
feature_flags: {
available: false
},
},
platform: {
pricing: {
self_serve: true,
free_tier: true,
},
deployment: {
open_source: true,
eu_hosting: true,
},
},
}
6 changes: 6 additions & 0 deletions src/hooks/competitorData/weave.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ export const weave = {
available: false,
},
},
platform: {
deployment: {
eu_hosting: true,
open_source: false,
},
},
}
Loading