-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
a727ca8
commit 7fd61d0
Showing
73 changed files
with
1,680 additions
and
2,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 9 additions & 8 deletions
17
...es/migrate/from-mintlify/src/__test__/fixtures/octoai/integrations/overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
--- | ||
title: "Integrations" | ||
title: "All OctoAI Integrations" | ||
sidebarTitle: "All" | ||
description: "Browse OctoAI's partner integrations to help you build your custom solution." | ||
--- | ||
|
||
<CardGroup cols={3}> | ||
<Card title="LangChain" icon="square-1"> | ||
<CardGroup cols={2}> | ||
<Card title="LangChain" icon="square-1" href="/integrations/langchain"> | ||
LangChain provides a framework to easily construct LLM-powered apps. Langchain developers can leverage OctoAI LLM and embedding endpoints to easily access efficient compute across a wide selection of LLMs. | ||
</Card> | ||
<Card title="Unstructured.io" icon="square-2"> | ||
<Card title="Unstructured.io" icon="square-2" href="/integrations/unstructured"> | ||
Unstructured provides components to very easily embed text documents lke PDFs, HTML, Word Docs, and more. The OctoAIEmbedingEncoder is available, so documents parsed with Unstructured can easily be embedded with the OctoAI embeddings endpoint. | ||
</Card> | ||
<Card title="Pinecone (Canopy)" icon="square-3"> | ||
Pinecone provides storage and retrieval infrastructure needed ror building and running AI apps. This integration allows a developer using Canopy to choose from the best LLMs on OctoAI. | ||
<Card title="Pinecone (Canopy)" icon="square-3" href="/integrations/pinecone"> | ||
Pinecone provides storage and retrieval infrastructure needed for building and running AI apps. This integration allows a developer using Canopy to choose from the best LLMs on OctoAI. | ||
</Card> | ||
<Card title="OpenRouter" icon="square-4"> | ||
<Card title="OpenRouter" icon="square-4" href="/integrations/openrouter"> | ||
OpenRouter has a unified interface for using various LLMs, allowing users to find and compare models for their needs. The OpenRouter API users can leverage OctoAI's best in class LLM endpoints. | ||
</Card> | ||
<Card title="LlamaIndex" icon="square-5"> | ||
<Card title="LlamaIndex" icon="square-5" href="/integrations/llamaindex"> | ||
LlamaIndex aids in the management of interactions between your LLMs and private data. A developer building AI apps can now access highly optimized LLMs and Embeddings models on OctoAI. | ||
</Card> | ||
</CardGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.