-
Notifications
You must be signed in to change notification settings - Fork 11
INTPYTHON-858 Create community search test environment #108
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
Conversation
This reverts commit cafc148.
| pushd $(dirname ${BASH_SOURCE:-$0}) > /dev/null | ||
|
|
||
| source ../../secrets-export.sh | ||
| export VOYAGE_QUERY_API_KEY=$VOYAGEAI_API_KEY |
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.
Note: if separate keys are needed, add them to the vault and remove this workaround
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.
One can use separate keys, like for metrics, but separate keys aren't required.
langchain-python/run.sh
Outdated
| just unit_tests | ||
| # TODO: Remove this workaound in INTPYTHON-862 | ||
| if [ -n "${COMMUNITY:-}" ]; then | ||
| just unit_tests -m auto-embedding |
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.
Note: accompanying PR to langchain-mongodb will have to use this marker due to INTPYTHON-862
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.
I've updated to COMMUNITY_WITH_SEARCH to reduce ambiguity, but INTPYTHON-862 may have gone away.
…st_search_indexes
sleepyStick
left a comment
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!
Uh oh!
There was an error while loading. Please reload this page.