-
Notifications
You must be signed in to change notification settings - Fork 115
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
[KWSearch] Double Confluence parent IDs #9274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 (if you're confident in your grepping skills on parents 😄 )
@@ -27,3 +32,13 @@ export function isConfluenceInternalPageId( | |||
): internalId is `${ConfluenceInternalIdPrefix.Page}${string}` { | |||
return internalId.startsWith(ConfluenceInternalIdPrefix.Page); | |||
} | |||
|
|||
export function convertInternalIdToDocumentId(internalId: string): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the intent to merge the functions after the internal id is removed? (aka delete getId fns)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes this is the plan, I think we can do it after all the doubling up and migrating is done
Description
data_source_documents
andqdrant
and we will have all parents doubled in core (postgres + qdrant).Next steps:
agent_data_source_configurations
Risk
Deploy Plan