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

Changed Error type #1242

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

Mizuki8783
Copy link
Contributor

Summary

I couldnt create a synthetic data because the code in the except section of a_chunk_doc function wasnt being executed. The reason was the type of error used in try - except section was ValueError, and the error chromaDB was putting out was chromadb.errors.InvalidCollectionException. Therefore the rest of the code wasnt executed.

Changes

Changed ValueError to chromadb.errors.InvalidCollectionException

Additional Notes

This is my first time im contributing a open-source project. lmk if theres anything I could do better

Copy link

vercel bot commented Dec 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evals-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 5:07am

@penguine-ip penguine-ip merged commit 495b3dd into confident-ai:main Jan 2, 2025
4 of 5 checks passed
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.

2 participants