From dfe398f6ab8eb4c13cb28f66b5e9b36cc503d3ae Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Tue, 4 Feb 2025 10:18:14 +0100 Subject: [PATCH 1/2] Added projects for Vitess towards LFX Mentorship Program 2025 Term 1 Signed-off-by: Rohit Nayak --- .../2025/01-Mar-May/project_ideas.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md index 1f2bb4e3..8df50a13 100644 --- a/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md @@ -208,3 +208,29 @@ In this project you will, together with your mentor and the TUF community, ident - TBD - Upstream Issue (URL): TBD, https://github.com/theupdateframework/tuf-on-ci/issues/39 (initial ideas) +### Vitess + +#### Enhance flag support across Vitess Components + +Vitess is a distributed database system built on MySQL. Flags are widely used in Vitess for configuring components. As part of a major Vitess flag restructure, support for dynamic flag configuration was introduced. However, several Vitess components have not yet fully adopted this feature. This project involves modifying these components to fully integrate dynamic flags and performing additional flag-related refactors where necessary. + +- Expected Outcome: Improved flag support across all Vitess components, ensuring consistent and flexible configuration management. +- Recommended Skills: golang +- Mentor(s): +- Deepthi Sigireddi (@deepthi, deepthi@planetscale.com) +- Rohit Nayak (@rohit-nayak-ps, rohit@planetscale.com) +- Upstream Issue: https://github.com/vitessio/vitess/issues/17687 + +#### Develop an FAQ Chatbot for Vitess using Retrieval-Augmented Generation + +Vitess is a distributed database system built on MySQL. Developers often need to search through documentation, Slack +discussions, and GitHub issues to find answers. This project will implement an AI-powered FAQ chatbot using +**Retrieval-Augmented Generation**, integrating **vector search** with an **LLM** (like OpenAI, DeepSeek, +GPT-4, Mistral, Llama3). The chatbot will be available via a **CLI and Slack bot** for developer support. + +- Expected Outcome: A chatbot that provides accurate Vitess-related answers via CLI and Slack, using indexed documentation and discussions for retrieval. +- Recommended Skills: golang, python, LLM APIs, vector databases +- Mentor(s): + - Rohit Nayak (@rohit-nayak-ps, rohit@planetscale.com) + - Manan Gupta (@GuptaManan100, manan@planetscale.com) +- Upstream Issue: TBD From 1831591f368ba7a30fd0046821dbd1010205922a Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Tue, 4 Feb 2025 11:03:19 +0100 Subject: [PATCH 2/2] Added upstream issue Signed-off-by: Rohit Nayak --- programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md index 8df50a13..95d36430 100644 --- a/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md @@ -233,4 +233,4 @@ GPT-4, Mistral, Llama3). The chatbot will be available via a **CLI and Slack bot - Mentor(s): - Rohit Nayak (@rohit-nayak-ps, rohit@planetscale.com) - Manan Gupta (@GuptaManan100, manan@planetscale.com) -- Upstream Issue: TBD +- Upstream Issue: https://github.com/vitessio/vitess/issues/17690