interactigen

Python module for interactional generation.


License
MIT
Install
pip install interactigen==0.0.6

Documentation

interactigen-py

Python module for leveraging generative AI in various automation tooling workflows. The interactigen module is built on LangChain to facilitate ease of exploration and implementation of various models.

Installation

This project requires Python version range >=3.9 to <3.12. Below are the instructions to set up the environment for this project.

Installing interactigen module

You can install the interactigen module from PyPI:

pip install interactigen

Usage

Please explore the Jupyter notebooks folder for example usage.

Updates and Breaking Changes

This module is something I am putting together to allow everyone to have easy-to-use tools to generate interactional data. This project is not polished production code that has been battle hardened, but something I am building publicly as part of a blog series that will improve over time. Sometimes, those changes are going to be breaking. I'll start considering commitments to backwards compatibility once we hit v1.0.0.

Happy coding! :)