Skip to content

Commit

Permalink
Merge branch 'deprecation-model' of github.com:box/developer.box.com …
Browse files Browse the repository at this point in the history
…into staging
  • Loading branch information
SowaProgramuje committed Jan 13, 2025
2 parents 16c0306 + c635945 commit 8f97d46
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ related_guides:

# Google Text Bison 32k

**Google Text Bison 32k** is a multimodal model designed to handle lightweight tasks. This model supports a long context window, making it highly suitable for tasks involving large text input, such as summarization or code analysis.
**Google Text Bison 32k** is a multimodal model designed to handle lightweight tasks. This model supports a long context window, making it highly suitable for tasks involving large text input, such as summarization or code analysis.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ related_guides:

**Google Text Bison** is a multimodal model designed to handle lightweight tasks.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

| Item | Value | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ related_guides:

**Google Text Unicorn** is a multimodal model designed to handle lightweight tasks.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

| Item | Value | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ related_guides:

Text embedding models convert textual data into numerical vectors that can be processed by machine learning algorithms. The **Google textembedding-gecko@002** model features enhanced AI quality, optimized for embedding tasks, converting text into vector representations, useful in various AI applications.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

| Item | Value | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ related_guides:

Text embedding models convert textual data into numerical vectors that can be processed by machine learning algorithms. The **Google textembedding-gecko@003** model features enhanced AI quality, and is designed for advanced embedding tasks, enhancing the performance of text-related applications.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

| Item | Value | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ related_guides:

Text embedding models convert textual data into numerical vectors that can be processed by machine learning algorithms. The **Google textembedding-gecko** model features enhanced AI quality, excels in text embeddings, offering strong retrieval performance while being compact.

<Message type='warning'>
This model has been deprecated on 2025-01-09.
</Message>

## Model details

| Item | Value | Description |
Expand Down
30 changes: 18 additions & 12 deletions content/guides/box-ai/ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,43 +73,49 @@ Models offered in **Preview** mode have not been fully performance-tested at sca
<Tile type="model" title="google__textembedding_gecko" href="/guides/box-ai/ai-models/google-textembedding-gecko-model-card">
A text embedding model, converting textual data into numerical vectors that machine learning algorithms can process.
<div>
<strong style="background-color: #e8e8e8">Embeddings</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="model" title="google__textembedding_gecko_002" href="/guides/box-ai/ai-models/google-textembedding-gecko-002-model-card">
A text embedding model converting textual data into numerical vectors that machine learning algorithms can process.
<div>
<strong style="background-color: #e8e8e8">Embeddings</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="model" title="google__textembedding_gecko_003" href="/guides/box-ai/ai-models/google-textembedding-gecko-003-model-card">
A text embedding model converting textual data into numerical vectors that machine learning algorithms can process.
<div>
<strong style="background-color: #e8e8e8">Embeddings</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="palm" title="google__text_unicorn" href="/guides/box-ai/ai-models/google-text-unicorn-model-card">
A model that can handle complex tasks, such as coding, due to the extensive embedded knowledge.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="palm" title="google__text_bison" href="/guides/box-ai/ai-models/google-text-bison-model-card">
A model capable of creating document summaries, answers to questions, and content classification labels.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="palm" title="google__text_bison_32k" href="/guides/box-ai/ai-models/google-text-bison-32-model-card">
An enhanced **text-bison** model capable of creating document summaries, answers to questions, and content classification labels.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #e8e8e8">
Deprecated on 2025-01-09
</strong>
</div>
</Tile>
<Tile type="model" title="aws__claude_3_haiku" href="/guides/box-ai/ai-models/aws-claude-3-haiku-model-card">
Expand Down

0 comments on commit 8f97d46

Please sign in to comment.