@companydna/rcp-client
v1.0.5
Published
RCP Client npm package
Maintainers
Readme
@companydna/rcp-client
RCP Client npm Package
This package is developed and maintained exclusively by CompanyDNA AI Inc. for internal use only.
Overview
CompanyDNA RAG Context Protocol (RCP) is a scalable NodeJS-based middleware deployed on AWS, Azure, and Google Cloud. It integrates data from applications, custom databases, and web scraping, then processes and structures it into vector databases for fast, secure Retrieval-Augmented Generation (RAG) operations with multi-model AI integration.
Installation
Install the package using npm or yarn:
Using npm
npm install @companydna/rcp-clientUsing yarn
yarn add @companydna/rcp-clientUsage
Initialize the RCP client with your secret key as shown below:
import { RCP } from '@companydna/rcp-client';
const rcp = new RCP({
secretKey: 'your secret key',
});Replace "your secret key" with your actual secret key.
License
This package is licensed under the MIT License. See the LICENSE file for details.
