Rename repo-thumbnailv4-fixed.png to repo-thumbnailv4-fixed#1081
Closed
ghost wants to merge 499 commits into
Closed
Rename repo-thumbnailv4-fixed.png to repo-thumbnailv4-fixed#1081ghost wants to merge 499 commits into
ghost wants to merge 499 commits into
Conversation
🌐 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>
…r-beginners into update-translation
coop v0.10 fix
Bump pandas from 2.3.1 to 2.3.2
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>
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
Contributor
|
👋 Thanks for contributing @WA-Nautical-Initiatives! We will review the pull request and get back to you soon. |
Author
|
WANI |
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.
No description provided.