Fix: no doc hits after meta data filter. (#9435)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-08-13 12:43:31 +08:00
committed by GitHub
parent 3492f54c7a
commit 4b1b68c5fc
3 changed files with 9 additions and 6 deletions

View File

@ -105,4 +105,5 @@ REMEMBER:
- Cite FACTS, not opinions or transitions
- Each citation supports the ENTIRE sentence
- When in doubt, ask: "Would a fact-checker need to verify this?"
- Place citations at sentence end, before punctuation
- Place citations at sentence end, before punctuation
- Format likes this is FORBIDDEN: [ID:0, ID:5, ID:...]. It MUST be seperated like, [ID:0][ID:5]...

View File

@ -191,7 +191,6 @@ class RAGFlowS3:
time.sleep(1)
return
@use_prefix_path
@use_default_bucket
def rm_bucket(self, bucket, *args, **kwargs):
for conn in self.conn: