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

Developer-Oriented Interface #12

Open
DelgadoPanadero opened this issue Jan 30, 2024 · 0 comments
Open

Developer-Oriented Interface #12

DelgadoPanadero opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DelgadoPanadero
Copy link
Contributor

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 developers
Create a Pipeline object to work as a sequence of tasks

PD: If I can help you let me know :)

@DelgadoPanadero DelgadoPanadero added the enhancement New feature or request label Jan 30, 2024
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