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 want to propose a Major change in the project. Currently, the functionality of the project is "task-oriented". It offers classes such as "DocumentClassifier", "APIGenerator"... but it does not offer a "dev-oriented" functionality (for instance with clases such as "Pipeline" or "Prompt"
The "dev-oriented" funcionality is already offered by frameworks like langchain and semantic kernel. However I think that the approach of Promptmeteo offers a different "experience" in terms of developing and experimenting thanks to its interface (train() and predict() methods) and the capability to save "self-contained" models (save_model() method).
Task
Create a "dev-oriented" experience by creating a "friendly" process to create custom Task by developers
Create a Pipeline object to work as a sequence of tasks
PD: If I can help you let me know :)
The text was updated successfully, but these errors were encountered:
Description
I want to propose a Major change in the project. Currently, the functionality of the project is "task-oriented". It offers classes such as "DocumentClassifier", "APIGenerator"... but it does not offer a "dev-oriented" functionality (for instance with clases such as "Pipeline" or "Prompt"
The "dev-oriented" funcionality is already offered by frameworks like langchain and semantic kernel. However I think that the approach of Promptmeteo offers a different "experience" in terms of developing and experimenting thanks to its interface (train() and predict() methods) and the capability to save "self-contained" models (save_model() method).
Task
Create a "dev-oriented" experience by creating a "friendly" process to create custom
Task
by developersCreate a
Pipeline
object to work as a sequence of tasksPD: If I can help you let me know :)
The text was updated successfully, but these errors were encountered: