yoheinakajima / instagraph

Converts text input or URL into knowledge graph and displays
MIT License
3.28k stars 282 forks source link

[BUG] Not generating graphs from URL #36

Closed tobiasgadsby closed 11 months ago

tobiasgadsby commented 1 year ago

Describe the bug Generates graphs from a text prompt but no graph is generated from a URL input.

To Reproduce Steps to reproduce the behavior:

  1. Clone the repository.
  2. Install the requirements.
  3. Prepare the environment by adding your Openai key and changing the name of the env file to .env.
  4. Run main.py.
  5. Open localhost and enter a URL (e.g. https://aws.amazon.com/what-is/quantum-computing/)
  6. Wait for the loading bar to finish, no graph is generated

Expected behaviour Generation of a graph from the URL.

Screenshots

Screenshot 2023-09-17 at 18 05 31

Desktop (please complete the following information):

danryland commented 12 months ago

Hey @Asheqer,

I tried this in latest Firefox, MacOS and it worked as expected (see screenshot)

Two follow-up questions:

Screenshot 2023-09-18 at 12 42 14
Tayyab-R commented 11 months ago

Hey @Asheqer I tried the same as you described you in your issue in Microsoft Edge, Ubuntu and it worked as expected.

Hope this solves the issue.

3