use case docs reorder (#10074)

This commit is contained in:
Bagatur 2023-09-05 15:11:16 -07:00 committed by GitHub
parent 334bd8ebbe
commit c732d8fffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 13 deletions

View File

@ -0,0 +1 @@
position: 0

View File

@ -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.

View File

@ -1,2 +1 @@
label: 'More'
position: 1

View File

@ -1,7 +1,3 @@
---
sidebar_position: 0
---
# Code writing
:::warning

View File

@ -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.