docs: fix typos across articles and building blocks - #602
Open
toyeshhm wants to merge 2 commits into
Open
Conversation
Eight spelling corrections, one word each: - `Euclidian` -> `Euclidean` in the movie recommendation article - `funtionality`, `everytime`, `defualt`, `publically`, `approriate` - `Initalizing` and `classs` in the scaling-RAG code comments Line endings left as they are; the touched files use CRLF.
There was a problem hiding this comment.
Pull request overview
This PR makes a set of small documentation-only spelling corrections across multiple docs articles and building blocks, improving readability without changing any code behavior.
Changes:
- Corrects misspellings in several docs articles (e.g., “Euclidian” → “Euclidean”, “defualt” → “default”).
- Fixes typos in code-comment text embedded in docs (e.g., “Initalizing”, “classs”).
- Updates a Qdrant/RAGAS evaluation note to use “every time” (and related wording cleanup suggested in review comment).
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/tools/vdb_table/README.md | Fixes “approriate” → “appropriate” in contribution guidance. |
| docs/building_blocks/vector_compute/embedding_models.md | Fixes “publically” → “publicly” in model description. |
| docs/articles/superlinked_langchain_retriever.md | Fixes “defualt” → “default” in query parameter text. |
| docs/articles/scaling_rag_for_production.md | Fixes typos in Qdrant-related code comments (“Initalizing”, “classs”). |
| docs/articles/retrieval_augmented_generation_eval_qdrant_ragas.md | Fixes “everytime” → “every time” in a dataset recreation note. |
| docs/articles/multi-attribute-semantic-search.md | Fixes “funtionality” → “functionality” in the Superlinked approach description. |
| docs/articles/movie_recommendation_using_vectordb.md | Fixes “Euclidian” → “Euclidean” in similarity/distance explanation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
nice one, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Eight spelling corrections, one word each:
Euclidian->Euclideanin the movie-recommendation articlefuntionalityin multi-attribute semantic searcheverytime->every timein the Qdrant/Ragas evaluation articleInitalizingandclasssin the scaling-RAG-for-production code commentsdefualtin the Superlinked LangChain retriever articlepublically->publiclyin the embedding-models building blockapproriatein the VDB table READMEThe touched files use CRLF line endings and I left those as they were, so the diff is one word per line with no line-ending churn.