docs: fix broken localhost URL in modular LLM stack example and spelling errors - #1706
Open
toyeshhm wants to merge 1 commit into
Open
docs: fix broken localhost URL in modular LLM stack example and spelling errors#1706toyeshhm wants to merge 1 commit into
toyeshhm wants to merge 1 commit into
Conversation
The Weaviate invocation in examples/LLM_Workflows/modular_llm_stack/README.md pointed at http://locahost:8080/, which fails to resolve when copied. The kedro example README referenced a noteboks/ directory that does not exist (the directory is notebooks/). Also corrects spelling across READMEs, docs, and writeups (repository, initialization, queries, overridden, module, pipeline, localhost, parallelism, dependencies, package, etc.), two doubled words, and won't/every time.
Copilot stopped reviewing on behalf of
toyeshhm due to an error
September 9, 2026 20:44
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.
Documentation-only corrections; no code or behavioral change.
Changes
Two of these affect copy-pasteable instructions:
examples/LLM_Workflows/modular_llm_stack/README.md: the Weaviate invocation reads--vector_db_config='{"url": "http://locahost:8080/"}'. The Marqo and Qdrant lines beside it uselocalhost, so anyone copying the Weaviate line gets a resolution failure. Fixed tolocalhost.examples/kedro/hamilton-code/README.md: refers tonoteboks/interactive.ipynb, but the directory isnotebooks/. Alsointeractily→interactivelyon the same line.The rest are plain spelling fixes across READMEs,
docs/, andwriteups/, e.g.respository,initilization,quries,overriden,modeul,Additionnally,customizeable,inteface,commited,ressource,allways,eaisly,Excute,paralellism,parametter,depdendencies,pacakge,repetetive;informations→information;everytime→every time;wont→won't;doesn't makse sense→doesn't make sense; and two doubled words (go the the→go to the, including in the PR template).Left alone on purpose:
rouge(the ROUGE metric),re-use/referencable(style, not errors).How I tested this
Re-read each changed line in context.
git diff --checkis clean. Only.mdfiles are touched; 28 files, 34 lines.Notes
git diff --word-diffshows the changes compactly.Checklist