Skip to content

Commit

Permalink
use case docs reorder (#10074)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 5, 2023
1 parent 334bd8e commit c732d8f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
position: 0
4 changes: 0 additions & 4 deletions docs/docs_skeleton/docs/use_cases/web_scraping/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 3
---

# Web Scraping

Web scraping has historically been a challenging endeavor due to the ever-changing nature of website structures, making it tedious for developers to maintain their scraping scripts. Traditional methods often rely on specific HTML tags and patterns which, when altered, can disrupt data extraction processes.
Expand Down
1 change: 0 additions & 1 deletion docs/extras/use_cases/more/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
label: 'More'
position: 1
4 changes: 0 additions & 4 deletions docs/extras/use_cases/more/code_writing/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 0
---

# Code writing

:::warning
Expand Down
4 changes: 0 additions & 4 deletions docs/extras/use_cases/more/self_check/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 0
---

# Self-checking

One of the main issues with using LLMs is that they can often hallucinate and make false claims. One of the surprisingly effective ways to remediate this is to use the LLM itself to check its own answers.
Expand Down

0 comments on commit c732d8f

Please sign in to comment.