tk

Results 87 issues of tk

it's supposed to work out of the box right? Why isn't it working? I changed the name to App.jsx ``` import React, { useState, useEffect } from 'react'; import axios...

needs triage
issue: bug report

**Describe the bug** DuckDuckGoSearchException is ? **To Reproduce** Steps to reproduce the behavior: run this in jupyter: ``` """ Example of Search Graph """ import os from dotenv import load_dotenv...

bug

```""" Example of Search Graph """ import os from dotenv import load_dotenv from scrapegraphai.graphs import SearchGraph from china_unis import universities os.environ.clear() load_dotenv() # ************************************************ # Define the configuration for the...

``` import json import os from scrapegraphai.graphs import SmartScraperGraph openai_api_key = os.getenv("OPENAI_API_KEY") # Configuration for the scraping pipeline graph_config = { "llm": { "api_key": openai_api_key, "model": "openai/gpt-4-0125-preview", }, "verbose": True,...

bug

I'm just wondering if that is possible or would need to make some major changes to it.

As suggested by your moderator on the forums: https://dask.discourse.group/t/why-am-i-seeing-16-gib-memory-when-i-have-an-nvidia-geforce-gtx-1650-gpu/1891

bug
gpu

I was trying locally so just did ! pip install easyocr. My notebook as a gist: https://gist.github.com/nyck33/9e02014a9b173071ae3dc62fa631454c The kernel dies every time in the cell that is : `results =...