Skip to content

Commit c0d798a

Browse files
authored
Release 1.4.0
2 parents ed88585 + 6ef15f4 commit c0d798a

File tree

298 files changed

+18132
-2191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+18132
-2191
lines changed

.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
if: steps.cache.outputs.cache-hit != 'true'
4343
run: pip install -e .[docs]
4444

45+
- name: Check no warnings
46+
run: mkdocs build --strict
47+
4548
- name: Set git credentials
4649
run: |
4750
git config --global user.name "${{ github.actor }}"

README.md

+27-6
+8

docs/api/embedding/index.md

+7

docs/api/errors.md

+8

docs/api/exceptions.md

+7

docs/api/llm/anthropic.md

-3
This file was deleted.

docs/api/llm/anyscale.md

-3
This file was deleted.

docs/api/llm/azure.md

-3
This file was deleted.

docs/api/llm/cohere.md

-3
This file was deleted.

docs/api/llm/groq.md

-3
This file was deleted.

docs/api/llm/huggingface.md

-6
This file was deleted.

docs/api/llm/litellm.md

-3
This file was deleted.

docs/api/llm/llamacpp.md

-3
This file was deleted.

docs/api/llm/llm_gallery.md

+10

docs/api/llm/mistral.md

-3
This file was deleted.

docs/api/llm/ollama.md

-3
This file was deleted.

docs/api/llm/openai.md

-3
This file was deleted.

docs/api/llm/together.md

-3
This file was deleted.

docs/api/llm/vertexai.md

-3
This file was deleted.

docs/api/llm/vllm.md

-3
This file was deleted.

docs/api/pipeline/step_wrapper.md

+4

docs/api/pipeline/utils.md

-3
This file was deleted.

docs/api/step/typing.md

+3

docs/api/step_gallery/columns.md

+1

docs/api/step_gallery/extra.md

+9-4

docs/api/step_gallery/hugging_face.md

+1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/assets/pipelines/arena-hard.png

24.4 KB

docs/assets/pipelines/clair.png

515 KB
9.62 KB

docs/assets/pipelines/deepseek.png

11.4 KB

docs/assets/pipelines/deita.png

15 KB
5.58 KB

docs/assets/pipelines/prometheus.png

6.99 KB
11.7 KB
50.5 KB

docs/index.md

+22-4

0 commit comments

Comments
 (0)