Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2 class="h2_title">{{ _section.title }}</h2>
<div class="feature-item sponsor">
<a target="_blank" rel="nofollow" href="{{ child.image.url }}">
<figure class="mx-auto df" style="{{ child.image.style }}">
<img src="{{ child.image.src }}" />
<img {% if child.image.width %} width="{{ child.image.width }}" {% endif %} {% if child.image.height %} height="{{ child.image.height }}" {% endif %} src="{{ child.image.src }}" />
</figure>
</a>
</div>
Expand Down
Binary file added docs/assets/images/home/bloom_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/home/databricks_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
151 changes: 151 additions & 0 deletions docs/assets/images/home/meta_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/assets/images/home/openassistant_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ data:
src: assets/images/home/spacy_logo.svg
url: https://spacy.io/
style: "padding: 41px;"
width: "116px"
height: "84px"
- title:
image:
src: assets/images/home/openai_logo.svg
Expand All @@ -77,10 +79,32 @@ data:
src: assets/images/home/microsoft_azure_logo.svg
url: https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
style: "padding: 16px;"
width: "200px"
height: "60px"
- title:
image:
src: assets/images/home/langchain.png
url: https://python.langchain.com/en/latest/index.html
- title:
image:
src: assets/images/home/databricks_logo.png
url: https://huggingface.co/databricks
style: "padding: 10px;"
- title:
image:
src: assets/images/home/openassistant_logo.svg
url: https://open-assistant.io/
style: "padding: 39px;"
- title:
image:
src: assets/images/home/meta_logo.svg
url: https://github.com/facebookresearch/llama
style: "padding: 24px;"
- title:
image:
src: assets/images/home/bloom_logo.png
url: https://bigscience.huggingface.co/
style: "padding: 10px;"

- title: 'Get Started'
install: yes
Expand Down