nyx-extras Documentation¶
Contents:
Nyx Extras SDK¶
🌟 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.
🚧 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!