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’ve been working with the praisonai code tool and found it immensely helpful for coding with a large context base. Great work on developing such a robust tool! I have a couple of enhancements to propose that could streamline the user experience and repo organization:
Directory Management:
Currently, files like chainlit.md and the .chainlit directory are placed in the root of the repository upon startup. The public directory also adds to the clutter.
It would be more efficient to relocate these to ~/.praison/, alongside database.sqlite. This would help keep the root directory clean and organized.
Docker Integration:
Adding Docker support could significantly simplify setting up and running the tool across different environments.
Dockerization would ensure a more isolated and consistent operational environment, facilitating easier deployment and scalability.
Increased Adoption: Dockerizing the application can lower the barrier to entry for new users, enabling more developers to test the tool. This increased user base can provide more feedback, potentially increase your follower base, and further enhance the toolset through community contributions.
These changes could help maintain the tool’s efficiency while improving its usability and setup process.
Thanks for considering these suggestions. Looking forward to your thoughts!
The text was updated successfully, but these errors were encountered:
I second this request. I'm getting multiple dependency errors after install.
The most prevalent one is:
pydantic.errors.PydanticUserError: The __modify_schema__ method is not supported in Pydantic v2. Use __get_pydantic_json_schema__ instead in class SecretStr.
Hi Mervin,
I’ve been working with the praisonai code tool and found it immensely helpful for coding with a large context base. Great work on developing such a robust tool! I have a couple of enhancements to propose that could streamline the user experience and repo organization:
Directory Management:
chainlit.md
and the.chainlit
directory are placed in the root of the repository upon startup. Thepublic
directory also adds to the clutter.~/.praison/
, alongsidedatabase.sqlite
. This would help keep the root directory clean and organized.Docker Integration:
These changes could help maintain the tool’s efficiency while improving its usability and setup process.
Thanks for considering these suggestions. Looking forward to your thoughts!
The text was updated successfully, but these errors were encountered: