From c5cdf2ec0d210f52f8a6d8803cc81b28f7a769c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Fri, 3 May 2024 10:18:17 +0200 Subject: [PATCH 1/2] Add mini-roadmap to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add mini-roadmap to README.md Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba555210c..1f08aabee 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,6 @@ Podman AI Lab ships with a so-called Recipes Catalog that helps you navigate a n ## Requirements -Disclaimer: This is **EXPERIMENTAL** and all features are subject to change as we develop the extension. - ### Requirement 1. Software and hardware requirements **OS:** @@ -148,6 +146,18 @@ It must follow the same format as the default catalog [in the sources of the ext Sample applications may be added to the catalog. See [packaging guide](https://github.com/containers/podman-desktop-extension-ai-lab/blob/main/PACKAGING-GUIDE.md) for detailed information. +## Roadmap + +The roadmap is always open and we are looking for your feedback. Please create new issues and upvote on the issues that are feeling the most important for you. + +We will be working on the following items: +- **Expanded Recipes**: Discover new use cases and samples to inspire and accelerate your applications. +- **GPU Acceleration**: Speeding up processing times by leveraging GPU acceleration. +- **Enhanced Playgrounds**: Streamlined workflows and UX giving a better space to experiment with LLMs and quickly iterate. +- **Fine Tuning with (InstructLab)[https://instructlab.ai/]**: Re-train LLMs with a set of taxonomy knowledges. Learn more about (the InstructLab project)[https://github.com/instructlab]. +- **Enable Function Calling**: Use LLMs to retrieve or interact with external tool by doing API calls. +- **Local RAG**: Explore RAG pattern, load your document and test behavior of the model. +- **Bridge with AI Platforms (incl. K8s)**: Connect to remote models and ease deployment of applications. ## Feedback From 99d107d9605c9cce7f316d4b62041625f6240693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Fri, 3 May 2024 10:22:00 +0200 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: axel7083 <42176370+axel7083@users.noreply.github.com> Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f08aabee..d077d7e30 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ We will be working on the following items: - **Expanded Recipes**: Discover new use cases and samples to inspire and accelerate your applications. - **GPU Acceleration**: Speeding up processing times by leveraging GPU acceleration. - **Enhanced Playgrounds**: Streamlined workflows and UX giving a better space to experiment with LLMs and quickly iterate. -- **Fine Tuning with (InstructLab)[https://instructlab.ai/]**: Re-train LLMs with a set of taxonomy knowledges. Learn more about (the InstructLab project)[https://github.com/instructlab]. +- **Fine Tuning with [InstructLab](https://instructlab.ai/)**: Re-train LLMs with a set of taxonomy knowledges. Learn more about [the InstructLab project](https://github.com/instructlab). - **Enable Function Calling**: Use LLMs to retrieve or interact with external tool by doing API calls. - **Local RAG**: Explore RAG pattern, load your document and test behavior of the model. - **Bridge with AI Platforms (incl. K8s)**: Connect to remote models and ease deployment of applications.