-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix invalid VectorStore attribute names in RAG documentation #185
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
Conversation
…ll languages Co-authored-by: elbruno <[email protected]>
elbruno
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
1 similar comment
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
1 similar comment
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
ev-max2024
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
The RAG documentation was using incorrect attribute names that included "Record" in the name, but the actual Microsoft.Extensions.VectorData API uses attributes without "Record".
Issue
The documentation showed:
But the actual working code uses:
Changes Made
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md)MEAIVectorsShared/Movie.csFiles Changed
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.mdtranslations/*/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md(7 language files)The fix ensures developers can copy-paste the code examples from documentation and have them work correctly with the Microsoft.Extensions.VectorData library.
Fixes #183.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.