You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this as a library, instead of a binary. I could potentially hack by installing the repo, but the hard requirement on mongo would be a no-go. I could submit the change to support other db types (or at least have an abstraction that others could implement) and follow up with other changes as needed to make easier to consume as a library (though the code looks pretty clean already!)
The text was updated successfully, but these errors were encountered:
Due to our current workload, we won’t be able to invest time in converting FuzzyAI into a library format at the moment.
In the meantime, you can clone the repository and add the root folder to your PYTHONPATH to use it. Also, a database is not mandatory—FuzzyAI can run even without MongoDB installed.
Rest assured, we plan to address this once our schedule allows.
I would like to use this as a library, instead of a binary. I could potentially hack by installing the repo, but the hard requirement on mongo would be a no-go. I could submit the change to support other db types (or at least have an abstraction that others could implement) and follow up with other changes as needed to make easier to consume as a library (though the code looks pretty clean already!)
The text was updated successfully, but these errors were encountered: