1.0.5 • Published 12 months ago

@companydna/rcp-client v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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-client

Using yarn

yarn add @companydna/rcp-client

Usage

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.


1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago