Skip to content

Latest commit

 

History

History

nyx_extras

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Nyx Extras SDK

Version License Build Read The Docs GitHub Repo stars Discord

🌟 Nyx Extras SDK provides a powerful toolkit for building generative AI applications using data brokered on the Nyx platform.

It enables decentralized data transfer, offering additional context (via a RAG setup) to language models within the trusted IOTICS network.

https://iotics.com

🚧 Status

The Nyx ecosystem is at an early stage of its development, please give us feedback through the Github issues.

🔥 Quick Start

Installation

The Nyx Extras SDK is available on PyPI and can be installed via pip running the following command.

pip install nyx-extras[langchain-openai]

this installs langchain, and openai client (You can always bring your own LLM provider, any of the LangChain chat models can be installed and passed in!

First time set up

See First time set up