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

dedupe.documents.attribute_name does not work #166

Open
mathCrazyy opened this issue May 29, 2024 · 1 comment
Open

dedupe.documents.attribute_name does not work #166

mathCrazyy opened this issue May 29, 2024 · 1 comment

Comments

@mathCrazyy
Copy link

#96 has already been mentioned

and my version is tag 1.0.3, my command is :

dolma dedupe --documents "study/samples/v0/documents//*" --dedupe.documents.attribute_name 'bff_duplicate_documents' --dedupe.documents.key "metadata.id" --dedupe.skip_empty --bloom_filter.file /tmp/deduper_bloom_filter.bin --no-bloom_filter.read_only --bloom_filter.estimated_doc_count '6_000_000' --bloom_filter.desired_false_positive_rate '0.0001' --processes 188

but I also get the wrong info :
thread '' panicked at src/deduper.rs:156:26:
called Result::unwrap() on an Err value: Custom { kind: Other, error: "Failed to parse rule: --> 1:1\n |\n1 | metadata.id\n | ^---\n |\n = expected chain" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@EdwinRou
Copy link

EdwinRou commented Jun 25, 2024

got the same issue today, i dont know why too

Edit : nevermind the #96 was the solution

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

No branches or pull requests

2 participants