Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 30763b6

Browse files
committed
min
1 parent 071c4f8 commit 30763b6

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ npm install langchain @langchain/openai dotenv
6464

6565
# Optional: Install observability packages for monitoring
6666
npm install langfuse langfuse-langchain # For Langfuse observability
67-
npm install @lmnr-ai/lmnr # For Laminar observability
6867
```
6968

7069
Create a `.env`:

src/observability/types.d.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,3 @@ declare module 'langfuse' {
2525
})
2626
}
2727
}
28-
29-
declare module '@lmnr-ai/lmnr' {
30-
export class Laminar {
31-
static initialize(config: {
32-
projectApiKey?: string
33-
baseUrl?: string
34-
}): void
35-
}
36-
37-
export function observe(config?: any): any
38-
}

0 commit comments

Comments
 (0)