Code Monkey home page Code Monkey logo

Comments (9)

Yucheng-Jiang avatar Yucheng-Jiang commented on May 30, 2024

Hi, would you mind share the command you’re trying to run?

from storm.

jacb9 avatar jacb9 commented on May 30, 2024

C:\Users...\Desktop\storm-main\storm-main>python scripts\run_storm_wiki_gpt.py
Topic: newtest

The results directory "newtest" is created, but empty.

from storm.

Yucheng-Jiang avatar Yucheng-Jiang commented on May 30, 2024

It's expected behavior. You have to manually set command line arguments to define which stages of the pipeline you're planning to run. We declare these arguments here.

If you're going to run all stages of the pipeline, these arguments are needed --do-research --do-generate-outline --do-generate-article. You may want to add --do-polish-article if you hope to add summary / lead section of the article, and --remove-duplicate if hope to remove duplicate contents across different sections (this may lead to higher costs and much longer running time).

from storm.

jacb9 avatar jacb9 commented on May 30, 2024

Thank you. I thought the run_storm prompt set the default as true. Appears to be running now. Looking forward to exploring storm's capabilities.

from storm.

jacb9 avatar jacb9 commented on May 30, 2024

from storm.

Octobot222 avatar Octobot222 commented on May 30, 2024

from storm.

Yucheng-Jiang avatar Yucheng-Jiang commented on May 30, 2024

@jacb9 We haven't ran into this problem before. Here's some related posts I find.

  1. RallyTools/RallyRestToolkitForPython#179
  2. https://stackoverflow.com/questions/50771343/python3-requests-connectionreseterror10054-when-opening-a-picture

I suspect it has something to do with your proxy configuration.

This line is raising the error

  File "{root}\storm-main\storm-main\src\storm_wiki\modules\storm_dataclass.py", line 154, in prepare_table_for_retrieval
    self.encoder = SentenceTransformer('paraphrase-MiniLM-L6-v2')

A quick workaround is to download this model to local filesystem and import the model locally.

from storm.

jacb9 avatar jacb9 commented on May 30, 2024

from storm.

Yucheng-Jiang avatar Yucheng-Jiang commented on May 30, 2024

@jacb9 sentence transformer paraphrase-MiniLM-L6-v2 from hugging face.

from storm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.