New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ai-sdk/langchain

Package Overview
Dependencies
Maintainers
0
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ai-sdk/langchain - npm Package Compare versions

Comparing version 1.1.1-20241011013059.0 to 1.1.1-20241012013050.0

8

package.json
{
"name": "@sap-ai-sdk/langchain",
"version": "1.1.1-20241011013059.0",
"version": "1.1.1-20241012013050.0",
"description": "LangChain clients based on the @sap-ai-sdk",

@@ -24,5 +24,5 @@ "license": "Apache-2.0",

"zod-to-json-schema": "^3.23.2",
"@sap-ai-sdk/ai-api": "^1.1.1-20241011013059.0",
"@sap-ai-sdk/core": "^1.1.1-20241011013059.0",
"@sap-ai-sdk/foundation-models": "^1.1.1-20241011013059.0"
"@sap-ai-sdk/ai-api": "^1.1.1-20241012013050.0",
"@sap-ai-sdk/core": "^1.1.1-20241012013050.0",
"@sap-ai-sdk/foundation-models": "^1.1.1-20241012013050.0"
},

@@ -29,0 +29,0 @@ "scripts": {

@@ -7,2 +7,3 @@ # @sap-ai-sdk/langchain

- [Table of Contents](#table-of-contents)
- [Installation](#installation)

@@ -41,3 +42,4 @@ - [Prerequisites](#prerequisites)

Each model, model version, and resource group allows for a one-time deployment.
After deployment completion, the response includes a `deploymentUrl` and an `id`, which is the deployment ID. For more information, see [here](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-deployment-for-generative-ai-model-in-sap-ai-core).
After deployment completion, the response includes a `deploymentUrl` and an `id`, which is the deployment ID.
For more information, see [here](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-deployment-for-generative-ai-model-in-sap-ai-core).

@@ -95,3 +97,3 @@ [Resource groups](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/resource-groups?q=resource+group) represent a virtual collection of related resources within the scope of one SAP AI Core tenant.

The chat client allows you to interact with Azure OpenAI chat models, accessible via the generative AI hub of SAP AI Core.
To invoke the client, simply pass a prompt:
To invoke the client, pass a prompt:

@@ -184,5 +186,6 @@ ```ts

This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/ai-sdk-js/issues).
This project is open to feature requests, bug reports and questions via [GitHub issues](https://github.com/SAP/ai-sdk-js/issues).
Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](https://github.com/SAP/ai-sdk-js/blob/main/CONTRIBUTING.md).
Contribution and feedback are encouraged and always welcome.
For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](https://github.com/SAP/ai-sdk-js/blob/main/CONTRIBUTING.md).

@@ -189,0 +192,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc