Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix/ingest-records-with-mapped-fields' into docs/end-to…
Browse files Browse the repository at this point in the history
…-end-tutorial
  • Loading branch information
burtenshaw committed Apr 11, 2024
2 parents a2a23d1 + 6007a53 commit e92d008
Show file tree
Hide file tree
Showing 56 changed files with 4,457 additions and 84 deletions.
33 changes: 12 additions & 21 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,31 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
steps:
- name: checkout docs-site
uses: actions/checkout@v4
with:
ref: gh-pages

- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
# Looks like it's not working very well for other people:
# https://github.com/actions/setup-python/issues/436
# cache: "pip"
# cache-dependency-path: pyproject.toml

- uses: actions/cache@v3
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-docs

cache: true
cache-dependency-path: |
pyproject.toml
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pdm install

run: |
pdm install
- name: Set git credentials
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- run: mike deploy dev --push
- run: pdm run mike deploy dev --push
if: github.ref == 'refs/heads/main'

- run: mike deploy ${{ github.ref_name }} latest --update-aliases --push
- run: pdm run mike deploy ${{ github.ref_name }} latest --update-aliases --push
if: startsWith(github.ref, 'refs/tags/')
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

Binary file added docs/assets/favicon.ico
Binary file not shown.
30 changes: 30 additions & 0 deletions docs/assets/logo-dark-mode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions docs/assets/logo-light-mode.svg
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/og-doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/how_to_guides/dataset/fields.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Fields
3 changes: 3 additions & 0 deletions docs/how_to_guides/dataset/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dataset

test
1 change: 1 addition & 0 deletions docs/how_to_guides/dataset/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Metadata
1 change: 1 addition & 0 deletions docs/how_to_guides/dataset/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Questions
1 change: 1 addition & 0 deletions docs/how_to_guides/dataset/vectors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Vectors
8 changes: 8 additions & 0 deletions docs/how_to_guides/fine_tune.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
description: Argilla-python is the reference argilla python server SDK.
---

# Fine-tune

These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.

67 changes: 67 additions & 0 deletions docs/how_to_guides/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
description: These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.
---

# How to guides

These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.

<div class="grid cards" markdown>

- :material-clock-fast:{ .lg .middle } __Manage your annotation team__

---

Learn how to Create, Read, Update and Delete (CRUD) a [`Workspace`](#) or [`User`](#) in Argilla.

[:octicons-arrow-right-24: Getting started](/argilla-python/quickstart/)

- :material-clipboard-flow-outline:{ .lg .middle } __Define and change your dataset settings__

---

Learn how to Create, Read, Update and Delete (CRUD) the [`Settings`](#) for a [`Dataset`](#), which are made up of settings for [`Fields`](#),[`Questions`](#), [`Metadata`](#) and [`Vectors`](#).

[:octicons-arrow-right-24: Reference](#)

- :material-format-font:{ .lg .middle } __Work with records in your dataset__

---

Learn how to Create, Read, Update and Delete (CRUD) the values for a[`Record`](#), which are made up of [`Suggestions`](#),[`Responses`](#), [`Metadata`](#) and [`Vectors`](#).

[:octicons-arrow-right-24: Customization](#)

- :material-scale-balance:{ .lg .middle } __Query, filter and export data__

---

Learn how to apply export [`Records`](#) with the right filters and queries.

[:octicons-arrow-right-24: License](#)

- :material-scale-balance:{ .lg .middle } __Distribute annotation work__

---

Learn how to distribute [`Records`](#) to [`Users`](#) and [`Workspaces`](#) for managing annotation efforts the way you require.

[:octicons-arrow-right-24: License](#)

- :material-scale-balance:{ .lg .middle } __Evaluate annotators and models with metrics and KPIs__

---

Learn how to evaluate [`Users`](#) and Models with [`Metrics`](#) and [`KPIs`](#) to ensure the quality of your data, models and annotations.

[:octicons-arrow-right-24: License](#)

- :material-scale-balance:{ .lg .middle } __Fine-tune a model__

---

Learn how to fine-tune your own model with [`transformers`](#) and take ownership of your data and models.

[:octicons-arrow-right-24: License](#)

</div>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions docs/how_to_guides/record/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Metadata
Empty file.
1 change: 1 addition & 0 deletions docs/how_to_guides/record/vectors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Vectors
Empty file.
4 changes: 4 additions & 0 deletions docs/how_to_guides/team/user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Users

A user in Argilla is an authorized person who can access the UI and use the Python client and CLI in a running Argilla instance.

3 changes: 3 additions & 0 deletions docs/how_to_guides/team/workspace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Workspaces

Placeholder text
Loading

0 comments on commit e92d008

Please sign in to comment.