ai-sdk-js

(โ˜… 122)

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service.

  • .agents
  • .gitignore
  • .oxfmtrc.json
  • .oxlintrc.json
  • .vale.ini
  • CHANGELOG.md
  • CONTRIBUTING.md
  • DOCUMENTATION.md
  • global-test-setup.mjs
  • knip.config.mjs
  • LICENSE
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • REUSE.toml
  • sonar-project.properties
  • STYLEGUIDE.md
  • tsconfig.base.json
  • tsconfig.json
  • tsconfig.typedoc.json
  • V2-Upgrade-Guide.md
  • vitest.config.ts
  • vitest.shared.ts

# Installation Guide

1. Get the code
git clone https://github.com/SAP/ai-sdk-js

Downloads the entire project code from GitHub to your computer.

cd ai-sdk-js

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install @sap-ai-sdk/ai-api

Downloads and installs the libraries listed in package.json.

npm install @sap-ai-sdk/foundation-models

Downloads and installs the libraries listed in package.json.

npm install @sap-ai-sdk/langchain

Downloads and installs the libraries listed in package.json.

npm install @sap-ai-sdk/orchestration

Downloads and installs the libraries listed in package.json.

npm install @sap-ai-sdk/document-grounding

Downloads and installs the libraries listed in package.json.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation