Skip to content

v0.1.6

Compare
Choose a tag to compare
@nbaldwin98 nbaldwin98 released this 14 Dec 14:50
· 157 commits to main since this release
1e5f3e9

Fix for #2
aiflows is now compatible with python 3.11 and 3.12.

It's worth noting that installing aiflows on Python 3.12 is not recommended. Some flows from the FlowVerse, such as the VectorStoreFlowModule used in AutoGPTFlow, may have dependencies that are incompatible with Python 3.12. For instance, the dependency to chromadb within VectorStoreFlowModule appears to be unattainable in Python 3.12 due to its pulsar-client dependency.