@datastax/ragstack-ai-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@datastax/ragstack-ai-cli

GitHub Release npm License: Business Source License

RAGStack is an out-of-the-box solution simplifying Retrieval Augmented Generation (RAG) in GenAI apps.

The RAGStack CLI is the recommended way to manage your RAGStack projects. With the install command you can safely add or change the RAGStack version without worrying about transitive dependencies versions. This is especially important because RAGStack is a stack of multiple packages that are tested together for compatibility, performance, and security.

⚡️ Quickstart

You don't need to install the CLI, using npx is the recommended way to run it.

Move your terminal to the project you want to install RAGStack in and run the following command:

npx @datastax/ragstack-ai-cli install 

This will modify the package.json, install @datastax/ragstack-ai and refresh your local dependencies. The supported package managers are npm and yarn (both classic and berry).

The CLI automatically detects the package manager you are using and installs the correct version of RAGStack. However, if you never built the project before, it's recommended to force a specific package manager by setting the --use-npm or --use-yarn option.

Package Sidebar

Install

npm i @datastax/ragstack-ai-cli

Weekly Downloads

4

Version

0.1.2

License

BUSL-1.1

Unpacked Size

12.5 kB

Total Files

10

Last publish

Collaborators

  • toptobes
  • nicoloboschi-ds
  • crabasa
  • mfortman11
  • alexleventer
  • sysadmin-ds