@sap-ai-sdk/langchain
Advanced tools
Comparing version 1.1.1-20241011013059.0 to 1.1.1-20241012013050.0
{ | ||
"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 |
45240
191