Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xenforo forum parser support #1038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sime2408
Copy link

@sime2408 sime2408 commented Feb 3, 2024

  • XenForo v2.2 type forums scraper and converter to danswer index documents

Copy link

vercel bot commented Feb 3, 2024

@sime2408 is attempting to deploy a commit to the Danswer Team on Vercel.

A member of the Team first needs to authorize it.

@sime2408 sime2408 force-pushed the feature/xenforo-connector branch 5 times, most recently from 318474e to aa85b8f Compare February 10, 2024 15:56
@sime2408 sime2408 force-pushed the feature/xenforo-connector branch 4 times, most recently from ddb4a73 to 3868b70 Compare February 13, 2024 20:15
@sime2408 sime2408 force-pushed the feature/xenforo-connector branch 7 times, most recently from 3d75f5d to 5cd3971 Compare February 25, 2024 20:16
class XenforoConnector(LoadConnector):

# Class variable to track if the connector has been run before
has_been_run_before = False
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Weves this connector has to be run through all pages only once and every subsequent run should compare post time with current connector refresh start time (updating once a day). Comparison is here: if initial_run or post_date > start_time.
question: How can I make sure this happens? unfortunately has_been_run_before is being re-initialized with every new index attempt

@sime2408 sime2408 force-pushed the feature/xenforo-connector branch 2 times, most recently from 5cd3971 to b8745ce Compare May 18, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant