Skip to content
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

GODRIVER-3334 Include LangChainGo in AI/ML integration pipeline #59

Merged
merged 7 commits into from
Jan 27, 2025

Conversation

prestonvasquez
Copy link
Contributor

@prestonvasquez prestonvasquez commented Jan 18, 2025

GODRIVER-3334

Include langchaingo in the AI/ML integration. Note that the pull request is still under review (see PR #1025). For now, we point to the fork where the pull request is being developed.

Since the langchaingo integration tests use testcontainers, remote / local atlas setup is not necessary.

GODRIVER-3465 was created as a follow-up to update the repo and branch once 3334 is complete.

expansions:
DIR: langchaingo-golang
run_on:
- ubuntu2204-small
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come you've changed the host? It was a set and forget thing. Does rhel87-small not have your go version? Should we consider updating all?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests rely on docker, which isn't available on the RHEL hosts.

Copy link
Collaborator

@caseyclements caseyclements left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but the changes to fetch-fepo.sh shouldn't be necessary.


# Clone the repository, with an optional branch
if [ -n "${BRANCH}" ]; then
git clone --branch "${BRANCH}" "${CLONE_URL}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem necessary. Your CLONE_URL can be arbitrary. For example:

CLONE_URL=" -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git"

@blink1073
Copy link
Member

LGTM as well pending the cleanup of the git checkout.

Copy link
Collaborator

@caseyclements caseyclements left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@prestonvasquez prestonvasquez merged commit c1ba17a into mongodb-labs:main Jan 27, 2025
13 checks passed
@prestonvasquez prestonvasquez deleted the GODRIVER-3334 branch January 27, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants