Skip to content

Commit

Permalink
add more integrations and index
Browse files Browse the repository at this point in the history
  • Loading branch information
fm1320 committed Jan 27, 2025
1 parent 27d115b commit ac63824
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions docs/source/get_started/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ AdalFlow integrates with many popular AI and database platforms to provide a com
Model Providers
-------------

AdalFlow supports a wide range of model providers, each offering unique capabilities and models:

.. raw:: html

<div class="integration-grid">
Expand All @@ -29,8 +31,47 @@ Model Providers
<span>Groq</span>
</a>
</div>
<div class="integration-item">
<a href="https://deepseek.ai/" target="_blank">
<img src="../_static/logos/deepseek.png" alt="Deepseek">
<span>Deepseek</span>
</a>
</div>
<div class="integration-item">
<a href="https://azure.microsoft.com/products/ai-services/openai-service" target="_blank">
<img src="../_static/logos/azure.png" alt="Azure OpenAI">
<span>Azure OpenAI</span>
</a>
</div>
<div class="integration-item">
<a href="https://aws.amazon.com/bedrock/" target="_blank">
<img src="../_static/logos/bedrock.png" alt="Amazon Bedrock">
<span>Amazon Bedrock</span>
</a>
</div>
<div class="integration-item">
<a href="https://ollama.ai/" target="_blank">
<img src="../_static/logos/ollama.png" alt="Ollama">
<span>Ollama</span>
</a>
</div>
<div class="integration-item">
<a href="https://huggingface.co/transformers" target="_blank">
<img src="../_static/logos/transformers.png" alt="Transformers">
<span>Transformers</span>
</a>
</div>
</div>

- **Azure OpenAI**: Deploy OpenAI models in Azure's secure cloud environment with enterprise features.
- **Amazon Bedrock**: Access foundation models from various providers through AWS's managed service.
- **Groq**: High-performance inference platform with ultra-low latency for LLM operations.
- **Ollama**: Run and manage open-source LLMs locally with easy setup and deployment.
- **Transformers**: Direct integration with Hugging Face's transformers library for local model inference.
- **Deepseek**: Advanced language models optimized for coding and technical tasks.
- **OpenAI**: State-of-the-art models including GPT-4 and DALL-E for various AI tasks.
- **Anthropic**: Access to Claude models known for their strong reasoning capabilities.

Vector Databases
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. image:: https://raw.githubusercontent.com/SylphAI-Inc/LightRAG/main/docs/source/_static/images/adalflow-logo.png
:width: 100%
:alt: Adalflow Logo
Expand Down Expand Up @@ -295,6 +294,7 @@ We are building a library that unites the two worlds, forming a healthy LLM appl
:hidden:

get_started/index
get_started/integrations



Expand Down

0 comments on commit ac63824

Please sign in to comment.