@twilix.io/blitzchain
v1.0.3
Published
BlitzChain is Twilix's in-house version of LangChain that is superior in accuracy, speed, and cost.
Downloads
9
Readme
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.