Scrapegraph-ai
Scrapegraph-ai copied to clipboard
Python scraper based on AI
**Is your feature request related to a problem? Please describe.** Add a check for looking to use async hromium loader or selenium
update
Official streamlit demo link not working from this url under the DEMO heading https://scrapegraph-doc.onrender.com/docs/intro
Your project is too difficult to use. Even the sample code doesn’t work. Please fix the bugs. (scrape_graph_ai_project) lhs@lhs-jijia-u2204:scrape_graph_ai_project$ python3 sga_2.py /home/lhs/PycharmVenv/scrape_graph_ai_project/lib/python3.10/site-packages/scrapegraphai/utils/remover.py:26: MarkupResemblesLocatorWarning: The input looks more like a filename...
Hi there, trying to get SmartScraperGraph running on Fast-API. ``` @app.post("/crawl") async def crawl(request: Request): data = await request.json() url = data.get('url') try: smart_scraper_graph = SmartScraperGraph( prompt="List me all the...
**Describe the bug** Hi, I am running the **Case 6: Extracting information using Gemini** example in the readme. But, I am getting the following error: ``` NameError: name 'GoogleGenerativeAIEmbeddings' is...
**Is your feature request related to a problem? Please describe.** It's not really related to a problem, I just want to experiment with other embedding models in my data-scraping pipeline....
**Describe the bug** A clear and concise description of what the bug is. Langchain had an issue outputting valid json; the script proceeded to freak out and crash. **To Reproduce**...
**Describe the bug** Extract same code copied from example of Azure (below), trying to execute it on Jupyter notebook. python3.11 **To Reproduce** Steps to reproduce the behavior: ```from langchain_openai import...