Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arguments retrievement via CLI #1

Closed
guilhem-sante opened this issue May 15, 2024 · 1 comment
Closed

Add arguments retrievement via CLI #1

guilhem-sante opened this issue May 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@guilhem-sante
Copy link
Member

guilhem-sante commented May 15, 2024

Overview

In the purpose of completing of fully argument mining capable CLI client. The client should features a subcommand for the retrievement of the arguments (meaning extracting their argumentational value solely).

In order of keeping this features simple the client should take arguments raw data in a preformated JSON format.
The client would be then expected to output the retrieved arguments as a JSON file.
The retrievemnt will be made by sending http requests to a separate service running a Large Language Model.

Master Project Considerations

This issue embodies the requirements R1 of my research report.

@guilhem-sante guilhem-sante added the enhancement New feature or request label May 15, 2024
@guilhem-sante guilhem-sante self-assigned this May 15, 2024
@guilhem-sante
Copy link
Member Author

The feature was merge to the dev branch. While it could be enhanced by changing the current request system to a tokio_stream. It should be sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant