Skip to content

Commit

Permalink
Merge branch 'main' of github.com:box/developer.box.com into buie
Browse files Browse the repository at this point in the history
  • Loading branch information
SowaProgramuje committed Oct 11, 2024
2 parents 68fed98 + 286469d commit 98803ac
Show file tree
Hide file tree
Showing 11 changed files with 150 additions and 135 deletions.
6 changes: 4 additions & 2 deletions content/guides/box-ai/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ may be limited.

| Provider | Family |Availability| API Name | External documentation | Capability |
| --------------- | ------ |-----| --------------------------------------- | ----------------------------------------------------------------------- | ---------- |
| Microsoft Azure | GPT |available| `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model-gpt35] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__gpt_4o_mini` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model-gpt40] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__text_embedding_ada_002` | [Azure OpenAI embeddings models documentation][azure-ai-embeddings] | Embeddings |
| GCP Vertex | Gecko | available |`google__textembedding_gecko` | [Google Vertex AI embeddings models documentation][vertex-ai-model] | Embeddings |
| GCP Vertex | Gecko | available |`google__textembedding_gecko_002` | [Google Vertex AI embeddings model documentation][vertex-ai-model] | Embeddings |
Expand All @@ -49,7 +50,8 @@ may be limited.
[text-gen]: e://post_ai_text_gen
[agent]: e://get_ai_agent_default
[openai-gpt-3-5-model]: https://platform.openai.com/docs/models/gpt-3-5-turbo
[azure-ai-model]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35
[azure-ai-model-gpt35]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35
[azure-ai-model-gpt40]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4o-and-gpt-4-turbo
[vertex-ai-model]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#models
[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
[vertex-text-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text
Expand Down
2 changes: 1 addition & 1 deletion content/guides/tooling/sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ these projects to full parity.

## Next generation SDKs

The latest generation Box Python SDK, Box Typescript
The latest generation Box Python SDK, Box TypeScript
SDK, .NET SDK, and Swift SDK are designed to elevate the developer
experience and streamline your integration
with the Box Content Cloud.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/tooling/sdks/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project.
[Node SDK][node] is currently in maintenance mode and will be deprecated soon.
This means only critical security updates and bug fixes will be
implemented.
It is recommended to use the [auto-generated Typescript SDK][ts-gen].
It is recommended to use the [auto-generated TypeScript SDK][ts-gen].
</Message>

<CTA to="https://github.com/box/box-node-sdk">
Expand Down
6 changes: 3 additions & 3 deletions content/guides/tooling/sdks/typescript-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ alias_paths: []

# Install Typescript SDK (Generated)

You can use the **auto-generated** Box Typescript SDK to call Box APIs in a Typescript project.
You can use the **auto-generated** Box TypeScript SDK to call Box APIs in a TypeScript project.
This [next generation SDK][next-gen] brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

<CTA to="https://github.com/box/box-typescript-sdk-gen">
Learn more about auto-generated Typescript SDK on GitHub
Learn more about auto-generated TypeScript SDK on GitHub
</CTA>

## NPM installation

To install the Typescript SDK run the following command from your terminal
To install the TypeScript SDK run the following command from your terminal
window or command prompt using the [Node Package Manager][npm].

```shell
Expand Down
6 changes: 3 additions & 3 deletions content/microcopy/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ categories:

links:
ts_gen_sdk:
// text: Text for link to the Typescript SDK (Generated)
text: Typescript SDK (Generated)
// url: link to the Typescript SDK (Generated)
// text: Text for link to the TypeScript SDK (Generated)
text: TypeScript SDK (Generated)
// url: link to the TypeScript SDK (Generated)
url: https://github.com/box/box-typescript-sdk-gen

java_sdk:
Expand Down
26 changes: 26 additions & 0 deletions content/microcopy/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ titles:
The title for the section of a resource that shows
what a typical resource looks like
resource_example: Response Example
// deprecated_entries: |-
The title for the section of an endpoint that shows
deprecated entries
deprecated_entries: Deprecated

buttons:
// copy: |-
Expand Down Expand Up @@ -225,3 +229,25 @@ tooltips:
Describes how a request header name is not case sensitive
header: |-
Header names are never case sensitive
pill:
// beta: |-
Pill added to beta endpoints and resources
beta: Beta
// latest_version: |-
Pill added to the latest version of an endpoint or resources
latest_version: Latest version
// deprecated: |-
Pill added to deprecated endpoints and resources
deprecated: Deprecated

sidebar:
titles:
// deprecated_entries: |-
The title for the sidebar section of an endpoint that shows
deprecated entries
deprecated_entries: Deprecated

filter:
// placeholder: Placeholder text for the search filter in the sidebar
placeholder: "Filter by name"
7 changes: 2 additions & 5 deletions content/microcopy/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
version_options:
v_2024_0: "2024.0"
v_2024_1: "2024.1"
v_2025_0: "2025.0"
placeholder: Select API version
// label: The prefix for the selected API version
label: API version
107 changes: 87 additions & 20 deletions content/pages/ai-dev-zone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ centered: false
# Box AI Developer Zone

<Centered wide id="ai-developer-zone" >
<HeroImage type="AiDevZone" imageWidth="548" imageHeight="493">
<HeroImage type="AiDevZone" imageWidth="600" imageHeight="400">
<Header>
Box AI</br>
Developer Zone
Expand All @@ -20,14 +20,12 @@ view sample code, explore Box AI use cases, and more!
</Centered>

<Centered mid>
<Header>
<Header centered>
Try out interactive demos
</Header>
<p style="text-align: left; margin-left: 0;">
Box AI API is currently a beta feature. Bear in mind that
the available capabilities can change.
</p>
<TileGrid rows="3">
Box AI API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus customers.

<TileGrid rows="4">
<Tile type="ai" title="Get a summary" href="/ai-dev-zone-summary">
Summarize a document in a selected tone of voice.

Expand All @@ -44,40 +42,109 @@ view sample code, explore Box AI use cases, and more!

<strong style="background-color: #e8e8e8">Public beta</strong>
</Tile>
<!-- <Tile disabled type="ai"
title="Ask questions"
>
Ask Box AI about the document to get the details. Demo coming soon!

<strong style="background-color: #e8e8e8">Public beta</strong>
</Tile> -->
</TileGrid>
</Centered>

<Centered mid>
<Header>
Box AI API documentation and support
Documentation and support
</Header>
<p style="text-align: left; margin-left: 0;">
These resources will get you up and running with Box AI API.
</p>

<TileGrid rows="4">
<Tile type="document" title="AI API reference"
<Tile type="code-new" title="AI API reference"
href="/reference/resources/ai-response/">
Check the API reference for specification details.

<strong style="background-color: #e8e8e8">Documentation</strong>
</Tile>
<Tile type="leaflet" title="Developer guides"
<Tile type="code-new" title="Developer guides"
href="/guides/box-ai/">
Browse the guides to learn how to use Box AI API.

<strong style="background-color: #e8e8e8">Documentation</strong>
</Tile>
<Tile type="tuning" title="Supported AI models"
<Tile type="code-new" title="Supported AI models"
href="/guides/box-ai/supported-models/">
Check table list of the supported AI models.

<strong style="background-color: #e8e8e8">Documentation</strong>
</Tile>
<Tile type="speech-bubble" title="Support"
<Tile type="code-new" title="Support"
href="https://community.box.com/">
Visit Box Developer Community for support.
Visit Box Developer Community for support and knowledge sharing.

<strong style="background-color: #e8e8e8">Community</strong>
</Tile>
</TileGrid>
</Centered>

<Centered mid>
<Header>
Box for AI Integrations
</Header>
<p style="text-align: left; margin-left: 0;">
Use Box for AI Integrations to extend LLM models' existing knowledge bases.
</p>

<TileGrid rows="4">
<Tile type="box-brown" title="LlamaIndex"
href="https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-box#readme">
Enable access to Box content within LLM workflows with Box reader suite for LlamaIndex.

<strong style="background-color: #e8e8e8">New</strong>
</Tile>
<Tile type="box-brown" title="LangChain"
href="https://python.langchain.com/v0.2/docs/integrations/providers/box/">
Include Box content in your LLM workflows with Box loader for LangChain.

<strong style="background-color: #e8e8e8">New</strong>
</Tile>
</TileGrid>
</Centered>

<Centered mid>
<Header centered>
Videos
</Header>
Watch the latest Box AI API tutorials and demos.

<TileGrid rows="3">
<Tile image="AI-API" title="AI API overview"
href="https://www.youtube.com/watch?v=amhOj0YRVRQ&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q">
Check out the high-level features of the Box AI API in one minute.

</Tile>
<Tile image="API-text-gen" title="Endpoint overivew"
href="https://www.youtube.com/watch?v=xxR8aF4r3g8&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q">
See a demo of the Box AI API text generation endpoint.

</Tile>
<Tile image="API-q&a" title="Endpoint overivew"
href="https://www.youtube.com/watch?v=UyKfacz6G9g&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q">
See a demo of the Box AI API document Q&A endpoint.

</Tile>
<Tile image="API-extract" title="Endpoint overivew"
href="https://www.youtube.com/watch?v=fijj0CX67c4&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q">
Extract metadata with various prompt formats with Box AI API.

</Tile>
<Tile image="API-extract-structured" title="Endpoint overivew"
href="https://www.youtube.com/watch?v=dU3oo4sHZt0&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q">
Extract metadata with predefined structure with Box AI API.

</Tile>
<Tile image="API-interview" title="Hear from Box CPO Diego Dugatkin"
href="https://www.youtube.com/watch?v=NA4NiqBdSg4&t=2s">
Learn why Box chose to expose Box AI through our public API.

</Tile>
</TileGrid>

<More secondary="true" to='https://www.youtube.com/watch?v=amhOj0YRVRQ&list=PLCSEWOlbcUyI2ta24oRr75_4igvMzKJ9q' center>
View all videos
</More>
</Centered>
Loading

0 comments on commit 98803ac

Please sign in to comment.