Skip to content

How to run a pipeline? #48

@passing2961

Description

@passing2961

Hi,

I want to run a proposed pipeline on my local server that functions similarly to https://wikichat.genie.stanford.edu/. When I input a query like 'Tell me about Red Velvet', I want to get results comparable to what this service provides. Currently, when I execute python command_line_chatbot.py --pipeline retrieve_and_generate --engine gpt-4o on my local server, it only opens an interactive server rather than processing batch queries.

In other words, I have N sample queries that I want to process automatically through my Python code rather than entering them one by one in interactive mode. How can I modify the code to handle batch processing of these queries?

Best,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions