Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RecursionError in SRSWTIGraphFlow #2

@Zhreyu

Description

@Zhreyu

Encountered a RecursionError: maximum recursion depth exceeded while running the rag_demo_a notebook, specifically in the graph_flow_merger.merge_documents function.

Steps to Reproduce:

  • Run rag_demo_a(SAMPLE_DOCS) in the SRSWTIGraphFlow.ipynb notebook.
  • The error occurs during the document merging step in SRSWTIGraphFlow.merge_documents(), which internally calls _build_hierarchical_graph().
  • The recursion depth is exceeded, possibly due to an infinite loop or excessive recursive function calls in the graph-building logic.

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