Skip to content

Conversation

@Woody-Hu
Copy link
Contributor

What problem does this PR solve?

#11460

for sync via time span, it may difficult due to no delete record

Type of change

  • New Feature (non-breaking change which adds functionality)
1. add method in document service to query doc ids by src 2. add method in connector service to record delete 3. when re index support delete
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 💞 feature Feature request, pull request that fullfill a new feature. labels Nov 24, 2025
@KevinHuSh
Copy link
Collaborator

Appreciations!

def rebuild(cls, kb_id:str, connector_id: str, tenant_id:str):

Re-index will delete all files firstly.

For #11460, it needs to remove deleted file in increamental synchronization, dosen't it?

@Woody-Hu
Copy link
Contributor Author

Appreciations!

def rebuild(cls, kb_id:str, connector_id: str, tenant_id:str):

Re-index will delete all files firstly.
For #11460, it needs to remove deleted file in increamental synchronization, dosen't it?

add a work round solution

@ZhenhangTung
Copy link
Contributor

@Woody-Hu Hi! I'm the product manager. Really appreciate your contribution. Could you wait for @Furkan-Demir 's response to my question #11460 (comment)?

@Woody-Hu
Copy link
Contributor Author

@Woody-Hu Hi! I'm the product manager. Really appreciate your contribution. Could you wait for @Furkan-Demir 's response to my question #11460 (comment)?

now I add a os env to control this due to I found it is difficult to find a config name to describe this at front end. We can continue discuss.

@ZhenhangTung
Copy link
Contributor

I can design a UI control for this feature, and once it’s ready, you’ll be able to manage it directly from the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💞 feature Feature request, pull request that fullfill a new feature. size:M This PR changes 30-99 lines, ignoring generated files.

3 participants