Merge pull request #308 from 100gle/fix-typo

This commit is contained in:
Nicolas 2024-06-23 11:14:26 -04:00 committed by GitHub
commit b394e64684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ scraped_data = app.scrape_url(url)
### Extracting structured data from a URL
With LLM extraction, you can easily extract structured data from any URL. We support pydanti schemas to make it easier for you too. Here is how you to use it:
With LLM extraction, you can easily extract structured data from any URL. We support pydantic schemas to make it easier for you too. Here is how you to use it:
```python
class ArticleSchema(BaseModel):