-
Notifications
You must be signed in to change notification settings - Fork 5
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
GODRIVER-3334 Include LangChainGo in AI/ML integration pipeline #59
Conversation
expansions: | ||
DIR: langchaingo-golang | ||
run_on: | ||
- ubuntu2204-small |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
.evergreen/fetch-repo.sh
Outdated
|
||
# Clone the repository, with an optional branch | ||
if [ -n "${BRANCH}" ]; then | ||
git clone --branch "${BRANCH}" "${CLONE_URL}" |
There was a problem hiding this comment.
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"
LGTM as well pending the cleanup of the git checkout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.