Skip to content

gentrace/gentrace-node

Repository files navigation

Gentrace Node.js Monorepo

Gentrace is released under the MIT license. Release Github action status

Packages

Gentrace Core (@gentrace/core): core logic that implements important Gentrace abstractions and provides utilities for creating new plugins.

Gentrace OpenAI (@gentrace/openai): plugin for the OpenAI SDK.

Gentrace Pinecone (@gentrace/pinecone): plugin for the Pinecone SDK.

Important note: this library is meant for server-side usage only, as using it in client-side browser code will expose your secret API key.

Installation

# Gentrace core
npm install @gentrace/core

# Gentrace OpenAI plugin
npm install @gentrace/openai

# Gentrace Pinecone plugin
npm install @gentrace/pinecone

Getting started

Visit our docs to learn how to get started.