-
- Downloads
Asynchronously recreate Tanuki Bot records
Changelog: added EE: true
parent
95b21c4c
No related branches found
No related tags found
Showing
- config/initializers/1_settings.rb 6 additions, 0 deletionsconfig/initializers/1_settings.rb
- config/sidekiq_queues.yml 2 additions, 0 deletionsconfig/sidekiq_queues.yml
- ee/app/models/embedding/tanuki_bot_mvc.rb 20 additions, 0 deletionsee/app/models/embedding/tanuki_bot_mvc.rb
- ee/app/workers/all_queues.yml 27 additions, 0 deletionsee/app/workers/all_queues.yml
- ee/app/workers/llm/tanuki_bot/recreate_records_worker.rb 63 additions, 0 deletionsee/app/workers/llm/tanuki_bot/recreate_records_worker.rb
- ee/app/workers/llm/tanuki_bot/remove_previous_records_worker.rb 31 additions, 0 deletions.../workers/llm/tanuki_bot/remove_previous_records_worker.rb
- ee/app/workers/llm/tanuki_bot/update_worker.rb 51 additions, 0 deletionsee/app/workers/llm/tanuki_bot/update_worker.rb
- ee/config/feature_flags/development/tanuki_bot_indexing.yml 8 additions, 0 deletionsee/config/feature_flags/development/tanuki_bot_indexing.yml
- ee/db/embedding/migrate/20230501095300_add_version_to_tanuki_bot_mvc.rb 13 additions, 0 deletions...g/migrate/20230501095300_add_version_to_tanuki_bot_mvc.rb
- ee/db/embedding/migrate/20230510121000_remove_embedding_not_null_from_tanuki_bot_mvc.rb 11 additions, 0 deletions...10121000_remove_embedding_not_null_from_tanuki_bot_mvc.rb
- ee/db/embedding/post_migrate/20230510165200_add_index_on_version_to_tanuki_bot_mvc.rb 15 additions, 0 deletions.../20230510165200_add_index_on_version_to_tanuki_bot_mvc.rb
- ee/db/embedding/post_migrate/20230516103000_add_index_on_version_where_embedding_is_null_to_tanuki_bot_mvc.rb 15 additions, 0 deletions...x_on_version_where_embedding_is_null_to_tanuki_bot_mvc.rb
- ee/db/embedding/schema_migrations/20230501095300 1 addition, 0 deletionsee/db/embedding/schema_migrations/20230501095300
- ee/db/embedding/schema_migrations/20230510121000 1 addition, 0 deletionsee/db/embedding/schema_migrations/20230510121000
- ee/db/embedding/schema_migrations/20230510165200 1 addition, 0 deletionsee/db/embedding/schema_migrations/20230510165200
- ee/db/embedding/schema_migrations/20230516103000 1 addition, 0 deletionsee/db/embedding/schema_migrations/20230516103000
- ee/db/embedding/structure.sql 6 additions, 1 deletionee/db/embedding/structure.sql
- ee/lib/gitlab/llm/content_parser.rb 104 additions, 0 deletionsee/lib/gitlab/llm/content_parser.rb
- ee/lib/gitlab/llm/tanuki_bot.rb 1 addition, 1 deletionee/lib/gitlab/llm/tanuki_bot.rb
- ee/spec/fixtures/index.md 12 additions, 0 deletionsee/spec/fixtures/index.md
ee/lib/gitlab/llm/content_parser.rb
0 → 100644
ee/spec/fixtures/index.md
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!2224 (merged)
Please register or sign in to comment