Skip to content

Integrating pandas pipeline qp.run Components with RAGStringQueryEngine #14604

Answered by dosubot bot
mraguth asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you are correct that both the pipeline and the query engine can use the same components. The key difference lies in how these components are connected and managed.

Pipeline:

  • Explicit Connections: The add_link method is used to explicitly connect modules, allowing for complex workflows and dependencies to be managed within the pipeline.
  • Advantages:
    • Fewer Lines of Code: Express common workflows with fewer lines of code and boilerplate.
    • Readability: Greater readability due to the declarative nature of the pipeline.
    • Integration: Better integration points with low-code/no-code solutions.
    • Portability: Easy serializability of pipeline components, providing portability and easier deployme…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@dosubot
Comment options

Answer selected by mraguth
@mraguth
Comment options

@dosubot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant