Skip to content

Python module for leveraging generative AI in various automation tooling workflows.

License

Notifications You must be signed in to change notification settings

sitinc/interactigen-py

Repository files navigation

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 >=3.11 to <3.13. Below are the instructions to set up the environment for this project.

Installing interactigen module

You can install the interactigen module from PyPI with pip or poetry:

pip:

pip install interactigen

poetry:

poetry add 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 the project reaches v1.0.0. ;)

About

Python module for leveraging generative AI in various automation tooling workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published