fix: langchain web ingest script must not always add CUDA documents#1018
Conversation
Signed-off-by: Will Killian <wkillian@nvidia.com>
WalkthroughConfiguration files are updated to remove NIM LLM base URL settings, expand deployment volume ignore patterns, and enhance workflow configuration options with explicit tool naming and logging controls. A command-line script is modified to support optional URL arguments with automatic fallback to default CUDA documentation sources. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (7)**/*.{py,yaml,yml}📄 CodeRabbit inference engine (.cursor/rules/nat-test-llm.mdc)
Files:
**/*.py📄 CodeRabbit inference engine (.cursor/rules/nat-test-llm.mdc)
Files:
{scripts/**,ci/scripts/**}📄 CodeRabbit inference engine (.cursor/rules/general.mdc)
Files:
**/*⚙️ CodeRabbit configuration file
Files:
**/*.{yaml,yml}📄 CodeRabbit inference engine (.cursor/rules/nat-test-llm.mdc)
Files:
**/configs/**📄 CodeRabbit inference engine (.cursor/rules/general.mdc)
Files:
examples/**/*⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/merge |
Description
By default, we always consumed the CUDA docs in every collection.
This contributed toward inconsistent behavior with Automated Description Generation for retriever collections.
This PR also unifies the configuration file descriptions and properly adds docker volumes to .gitignore.
Closes
By Submitting this PR I confirm:
Summary by CodeRabbit