From 585826cb22ecea5998a2c2a4675735c94bdeedac Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 14 Nov 2023 08:41:52 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-6-stable-ee --- doc/development/ai_architecture.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/development/ai_architecture.md') diff --git a/doc/development/ai_architecture.md b/doc/development/ai_architecture.md index f03ffa748fa..54ad52f0c39 100644 --- a/doc/development/ai_architecture.md +++ b/doc/development/ai_architecture.md @@ -55,9 +55,8 @@ It is possible to utilize other models or technologies, however they will need t The following models have been approved for use: -- [OpenAI models](https://platform.openai.com/docs/models) - Google's [Vertex AI](https://cloud.google.com/vertex-ai) and [model garden](https://cloud.google.com/model-garden) -- [AI Code Suggestions](https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/tree/main) +- [Anthropic models](https://docs.anthropic.com/claude/reference/selecting-a-model) - [Suggested reviewer](https://gitlab.com/gitlab-org/modelops/applied-ml/applied-ml-updates/-/issues/10) ### Vector stores @@ -77,7 +76,7 @@ A [draft MR](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122035) has b The index function has been updated to improve search quality. This was tested locally by setting the `ivfflat.probes` value to `10` with the following SQL command: ```ruby -Embedding::TanukiBotMvc.connection.execute("SET ivfflat.probes = 10") +::Embedding::Vertex::GitlabDocumentation.connection.execute("SET ivfflat.probes = 10") ``` Setting the `probes` value for indexing improves results, as per the neighbor [documentation](https://github.com/ankane/neighbor#indexing). -- cgit v1.2.3