Skip to content

Remove unused VERTEX_AI_PROJECT reference

Mark Chao requested to merge remove-VERTEX_AI_PROJECT into master

What does this MR do and why?

  • Remove reference to VERTEX_AI_PROJECT as it is not used anymore, and is not required for running chat_real_requests_spec.
  • Remove ai_embedding_fixture RSpec metadata

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Run AI_GATEWAY_URL=http://0.0.0.0:5052 REAL_AI_REQUEST=true bundle exec rspec './ee/spec/lib/gitlab/llm/completions/chat_real_requests_spec.rb' and it should work (provided AI Gateway is working correctly).

Merge request reports