Sam Brenner
Sam Brenner
### What does this PR do? Introduces an LLM Observability SDK into the tracer, with its own tracing API extending the core tracer, and span tagging and processing functionality to...
### What does this PR do? What is the motivation? Adds Node.js SDK documentation for LLM Observability ### Merge instructions - [ ] Please merge after reviewing ### Additional notes
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ###...
### What does this PR do? Calls the hook function properly in `bundler-register.js` - it's possible for a hook to be an object with a hook function, and not always...
### What does this PR do? Adds support for `[email protected]` and greater. The [Vercel AI SDK](https://www.npmjs.com/package/ai) provides OTel tracing of their operations under the hood. This gives us a nice...
### What does this PR do? Declares instrumentation for langchain's `StructuredTool` (from what I could tell is the base class for all langchain tools in Node.js) and `VectorStore` (the base...
### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] Integration tests. - [ ] Benchmarks. - [ ] TypeScript [definitions][1]....
### What does this PR do? With the release of OpenAI v5, the only thing we needed to account for was some `del` methods changing their name to `delete`. Otherwise,...
### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] Integration tests. - [ ] Benchmarks. - [ ] TypeScript [definitions][1]....