There was an error while loading. Please reload this page.
1 parent 071c4f8 commit 30763b6Copy full SHA for 30763b6
2 files changed
README.md
@@ -64,7 +64,6 @@ npm install langchain @langchain/openai dotenv
64
65
# Optional: Install observability packages for monitoring
66
npm install langfuse langfuse-langchain # For Langfuse observability
67
-npm install @lmnr-ai/lmnr # For Laminar observability
68
```
69
70
Create a `.env`:
src/observability/types.d.ts
@@ -25,14 +25,3 @@ declare module 'langfuse' {
25
})
26
}
27
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