Scrapegraph-ai/examples/openai
Marco Vinciguerra 9e1d0f6506 fixing import bug
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
2024-08-11 19:23:30 +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 refactoring of the openai examples 2024-08-05 20:54:53 +02:00
csv_scraper_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
custom_graph_openai.py fixing import bug 2024-08-11 19:23:30 +02:00
deep_scraper_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
json_scraper_multi_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
json_scraper_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
md_scraper_openai.py Merge branch 'main' into temp-1 2024-08-06 10:04:57 +02:00
omni_scraper_openai.py feat(smart-scraper-multi): add schema to graphs and created SmartScraperMultiGraph 2024-05-21 13:13:27 +02:00
omni_search_openai.py fix(pdf): correctly read .pdf files 2024-06-14 15:20:30 +02:00
pdf_scraper_multi_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
pdf_scraper_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
readme.md add examples 2024-04-11 12:17:04 +02:00
scrape_plain_text_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
script_generator_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
script_generator_schema_openai.py feat(schema): merge scripts to follow pydantic schema 2024-06-12 00:48:08 +02:00
script_multi_generator_openai.py feat(schema): merge scripts to follow pydantic schema 2024-06-12 00:48:08 +02:00
search_graph_openai.py Update search_graph_openai.py 2024-08-07 16:19:04 +02:00
search_graph_schema_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
search_link_graph_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
smart_scraper_multi_openai.py add example 2024-06-01 11:20:24 +02:00
smart_scraper_openai.py docs: prev version 2024-07-24 23:37:57 +02:00
smart_scraper_schema_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
speech_graph_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
xml_scraper_graph_multi_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +02:00
xml_scraper_openai.py refactoring of the openai examples 2024-08-05 20:54:53 +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.