-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(js): add langchain deno notebook #4848
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -0,0 +1,1138 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the lock needed? Just because this will trigger security checks :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh i can remove and update the readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this syntax seems better since you can actually copy into node.
{ | ||
"dependencies": { | ||
"@arizeai/openinference-instrumentation-langchain": "^0.2.0", | ||
"@arizeai/openinference-semantic-conventions": "^0.10.0", | ||
"@langchain/core": "^0.2.30", | ||
"@langchain/openai": "^0.2.0", | ||
"@opentelemetry/api": "^1.9.0", | ||
"@opentelemetry/exporter-trace-otlp-proto": "^0.50.0", | ||
"@opentelemetry/resources": "^1.25.1", | ||
"@opentelemetry/sdk-trace-base": "^1.25.1", | ||
"@opentelemetry/sdk-trace-node": "^1.25.1", | ||
"getpass": "^0.1.7", | ||
"prompt-sync": "^4.2.0" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of the package is not needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't seem like it, it works just fine with just the deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The notebook seems to still have the npm
protocol?
oh yeah let me double check removign that |
Adds a notebook that uses langchain js and the openinference langchain js auto instrumentation