Replies: 2 comments
-
@porimol Thanks! We will explore that! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @porimol , But we appreciate your concern and expect to get more feedback from you in future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why?
I would like to propose to use typer for developing a command-line interface (CLI) and making
PoRAG
library an importable module. typer is a modern, user-friendly library that leverages Pythontype hints
, easy to develop CLIs that are both intuitive and maintainable. This change will not only enhancePoRAG
capabilities but also allow the functionalities to be easily imported and reused in other Python project.Example:
Import in other project
from cli import porag porag("World")
Use as
CLI
References:
Typer Documentation
Typer GitHub Repository
Beta Was this translation helpful? Give feedback.
All reactions