Scrapegraph-ai/examples/openai
2024-09-12 09:07:59 +02:00
..
inputs feat: add integrations for markdown files 2024-06-29 13:35:39 +02:00
.env.example add new prompts 2024-05-18 00:22:52 +02:00
csv_scraper_graph_multi_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
csv_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
custom_graph_openai.py fix: Removed link_urls and img_ulrs from FetchNode output 2024-09-02 12:53:40 +02:00
deep_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
json_scraper_multi_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
json_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
md_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
omni_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
omni_search_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
pdf_scraper_multi_openai.py changed pydantic with langchain_pydantic 2024-08-29 22:39:02 +02:00
pdf_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
rate_limit_openai.py feat(AbstractGraph): add adjustable rate limit 2024-09-05 16:31:33 +02:00
readme.md add examples 2024-04-11 12:17:04 +02:00
scrape_plain_text_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
screenshot_scraper.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
script_generator_openai.py Merge pull request #658 from shenghongtw/docs/Updated_the_graph_config_in_the_documentation 2024-09-12 09:07:59 +02:00
script_generator_schema_openai.py changed pydantic with langchain_pydantic 2024-08-29 22:39:02 +02:00
script_multi_generator_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
search_graph_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
search_graph_schema_openai.py changed pydantic with langchain_pydantic 2024-08-29 22:39:02 +02:00
search_link_graph_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
smart_scraper_multi_concat_openai.py add examples multi concat 2024-09-06 16:13:36 +02:00
smart_scraper_multi_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
smart_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
smart_scraper_schema_openai.py changed pydantic with langchain_pydantic 2024-08-29 22:39:02 +02:00
speech_graph_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
xml_scraper_graph_multi_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00
xml_scraper_openai.py chore(examples): update model names 2024-08-27 12:41:18 +02:00

This folder contains an example of how to use ScrapeGraph-AI with OpenAI, an artificial intelligence platform. The examples show how to extract information from a website using a natural language prompt.