1.0.3 • Published 2 years ago

@twilix.io/blitzchain v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Blitzchain-npm

Blitzchain is Twilix's in house take on RAG (retrieval-augmented generation).

BlitzChain is our in-house version of LangChain that is superior in accuracy, speed, and cost. You don’t directly interacte with BlitzChain, but you can influence what it outputs by defining what data to feed it in the request body.

RAG can be used to quickly retrieval relevant information on a system of internal datasets. Think Ask A PDF, but more.

Setup

npm install @twilix.io/blitzchain

Inside your code:

// Get your API key at https://app.twilix.io/
blitzchain = BlitzChain(YOUR_API_KEY)

blitzchain.
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago