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

Vitess: Added projects for LFX Mentorship Program 2025 Term 1 #1344

Merged
merged 3 commits into from
Feb 4, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions programs/lfx-mentorship/2025/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, [email protected])
- Rohit Nayak (@rohit-nayak-ps, [email protected])
- 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, [email protected])
- Manan Gupta (@GuptaManan100, [email protected])
- Upstream Issue: https://github.com/vitessio/vitess/issues/17690