Skip to content

Draft: Add Tanuki Bot backend [ci skip]

Terri Chu requested to merge tchu-bot-service-api into master

What does this MR do and why?

Related to https://gitlab.com/gitlab-org/enablement-section/tanuki-bot/-/issues/7

Describe in detail what your merge request does and why.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Feature.enable(:openai_experimentation)
  2. Feature.enable(:tanuki_bot)
  3. ::Gitlab::CurrentSettings.update!(openai_api_key: '<YOUR_KEY>')
  4. You will also need to setup the database locally to test this, see instructions at: https://gitlab.com/gitlab-org/enablement-section/tanuki-bot/-/blob/main/pgvector/README.md

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dmitry Gruzd

Merge request reports