From 1c1b74aa98c3241002206776fb61119ce12c0aed Mon Sep 17 00:00:00 2001 From: plaguss Date: Fri, 25 Oct 2024 10:24:16 +0200 Subject: [PATCH] Remove old api references --- docs/api/embedding/embedding_gallery.md | 8 -------- docs/api/embedding/index.md | 7 ------- docs/api/llm/index.md | 7 ------- docs/api/llm/llm_gallery.md | 10 ---------- 4 files changed, 32 deletions(-) delete mode 100644 docs/api/embedding/embedding_gallery.md delete mode 100644 docs/api/embedding/index.md delete mode 100644 docs/api/llm/index.md delete mode 100644 docs/api/llm/llm_gallery.md diff --git a/docs/api/embedding/embedding_gallery.md b/docs/api/embedding/embedding_gallery.md deleted file mode 100644 index 3eed3ab50e..0000000000 --- a/docs/api/embedding/embedding_gallery.md +++ /dev/null @@ -1,8 +0,0 @@ -# Embedding Gallery - -This section contains the existing [`Embeddings`][distilabel.embeddings] subclasses implemented in `distilabel`. - -::: distilabel.embeddings - options: - filters: - - "!^Embeddings$" \ No newline at end of file diff --git a/docs/api/embedding/index.md b/docs/api/embedding/index.md deleted file mode 100644 index 675593e183..0000000000 --- a/docs/api/embedding/index.md +++ /dev/null @@ -1,7 +0,0 @@ -# Embedding - -This section contains the API reference for the `distilabel` embeddings. - -For more information on how the [`Embeddings`][distilabel.steps.tasks.Task] works and see some examples. - -::: distilabel.embeddings.base \ No newline at end of file diff --git a/docs/api/llm/index.md b/docs/api/llm/index.md deleted file mode 100644 index fe58a65384..0000000000 --- a/docs/api/llm/index.md +++ /dev/null @@ -1,7 +0,0 @@ -# LLM - -This section contains the API reference for the `distilabel` LLMs, both for the [`LLM`][distilabel.llms.LLM] synchronous implementation, and for the [`AsyncLLM`][distilabel.llms.AsyncLLM] asynchronous one. - -For more information and examples on how to use existing LLMs or create custom ones, please refer to [Tutorial - LLM](../../sections/how_to_guides/basic/llm/index.md). - -::: distilabel.llms.base diff --git a/docs/api/llm/llm_gallery.md b/docs/api/llm/llm_gallery.md deleted file mode 100644 index ad0b1b75f0..0000000000 --- a/docs/api/llm/llm_gallery.md +++ /dev/null @@ -1,10 +0,0 @@ -# LLM Gallery - -This section contains the existing [`LLM`][distilabel.llms] subclasses implemented in `distilabel`. - -::: distilabel.llms - options: - filters: - - "!^LLM$" - - "!^AsyncLLM$" - - "!typing" \ No newline at end of file