Skip to content

Rename repo-thumbnailv4-fixed.png to repo-thumbnailv4-fixed#1081

Closed
ghost wants to merge 499 commits into
WirelessLife-patch-1-1from
unknown repository
Closed

Rename repo-thumbnailv4-fixed.png to repo-thumbnailv4-fixed#1081
ghost wants to merge 499 commits into
WirelessLife-patch-1-1from
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 17, 2026

No description provided.

leestott and others added 30 commits August 21, 2025 15:28
🌐 Update translations via Co-op Translator
Removal of marketing tags as they are no longer being tracked.
Bumps [openai](https://github.com/openai/openai-node) from 5.12.2 to 5.15.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.12.2...v5.15.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: pandas
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Update translations via Co‑op Translator v0.10.0; restore deleted files and link translated notebooks
Remove tracking parameters from course links
…-5.15.0

Bump openai from 5.12.2 to 5.15.0
Update brace-expansion to version 2.0.2
🌐 Update translations via Co-op Translator
Updated the Co-op Translator workflow to include additional language translation options and improved comments for configuration.
Enhance Co-op Translator workflow with language options
Bumps [openai](https://github.com/openai/openai-node) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.15.0...v5.16.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Update README.md (Untranslated "[generative AI]")
…-5.16.0

Bump openai from 5.15.0 to 5.16.0
Update model catalog reference in README.md
🌐 Update translations via Co-op Translator
Bumps [openai](https://github.com/openai/openai-node) from 5.16.0 to 5.19.1.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.16.0...v5.19.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 5.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
skytin1004 and others added 21 commits December 19, 2025 22:21
chore(i18n): sync translations with latest source changes
The passage defines "semantic search" and "vector search" as separate options, then immediately describes vector search in a way that makes it the implementation of semantic search. Then it defines "hybrid" as combining keyword and vector, but if semantic and vector were truly distinct, hybrid should be keyword + semantic + vector (three things), not two.

The passage mixes two concepts: search purpose (lexical and semantic) and search implementation (keyword and vector).

The proposed edit resolves this and makes clear that vector search is the alternative to keywoard search (in this list of options), and the reason one might use vector search is to perform a search based on semantics. This also resolves the issue with the hybrid option, which previously made it seem like hybrid didn't support semantic search as an option.
Final example in unit 15 appears to have a bug. The python code retrieves relevant chunks and appends to history[], then finally appends the user query to history[], but then only sends the last entry of history[] (the user query) to the LLM. This means the RAG steps do not benefit the LLM query. I'm not sure the intent of the history[-1] line, but I am certain the intent is not what the code currently does. I made a reasonable assumption that the code would be closer or equal to the author's intent if the full history[] were joined and sent to the LLM.
Bumps [qs](https://github.com/ljharb/qs) from 6.13.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.2 to 25.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [openai](https://github.com/openai/openai-node) from 6.10.0 to 6.16.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.10.0...v6.16.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.5 to 2.4.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.3.5...v2.4.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Update Fine-tuning section README.md
…ions

Update unit 15 README.md to clarify retrieval options
…-rag

fix unit 15 README.md final example code bug
…xt-generation-apps/typescript/recipe-app/qs-6.14.1

chore(deps): bump qs from 6.13.0 to 6.14.1 in /06-text-generation-apps/typescript/recipe-app
…/node-25.0.6

chore(deps-dev): bump @types/node from 25.0.2 to 25.0.6
…i-6.16.0

chore(deps): bump openai from 6.10.0 to 6.16.0
chore(deps): bump numpy from 2.3.5 to 2.4.1
@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for contributing @WA-Nautical-Initiatives! We will review the pull request and get back to you soon.

@github-actions github-actions Bot requested a review from koreyspace January 17, 2026 01:53
@ghost ghost marked this pull request as draft January 17, 2026 01:54
@ghost ghost marked this pull request as ready for review January 17, 2026 01:55
@ghost
Copy link
Copy Markdown
Author

ghost commented Jan 17, 2026

WANI

@ghost ghost changed the base branch from main to WirelessLife-patch-1-1 January 17, 2026 01:57
@leestott leestott closed this Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.