Replies: 1 comment
-
I implemented and manually tested the changes, proposed above and submitted draft PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
Currently, if loading from Confluence and connection to API is not very stable, error can occur while loading. This effectively stops the document ingestion and user has to restart the process.
It would help to add retry capability with max retries attribute. This would eliminate the failing API/API connection issue.
Motivation
Not an issue in small Confluence spaces, but can be painful in larger, where error is more likely and loads take more time. Adding the capability would eliminate the issue for most cases allowing to load larger Confluence spaces from API with stability issues. In cases tested, this happened using Confluence on prem and more often in combination with VPN.
Error experienced when connection fails (with actual values omitted):
Proposal (If applicable)
Small change needs to be done in langchain/src/document_loaders/web/confluence.ts fetchConfluenceData function.
Proposed solution:
Beta Was this translation helpful? Give feedback.
All reactions