-
Notifications
You must be signed in to change notification settings - Fork 8
PYTHON-4679 Fixes all Langchain Tests #39
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
caseyclements
commented
Oct 1, 2024
- All tests are passing
- All tests are running on Atlas CLI!
- I have temporarily skipped tests that called update_search_index
- Duration: 1m 33s
…::ci-on-local-atlas
@@ -142,8 +142,8 @@ buildvariants: | |||
display_name: Langchain RHEL Python | |||
expansions: | |||
DIR: langchain-python | |||
REPO_NAME: langchain | |||
CLONE_URL: https://github.com/langchain-ai/langchain.git | |||
REPO_NAME: langchain # TODO [PYTHON-4679] Merge change in this branch |
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.
could you add your LangChain PR to the JIRA ticket?
{ | ||
"fields": [ | ||
{ | ||
"numDimensions": 5, |
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 see some tests now have 5 dimensions whilst others have 1536. Any hesitation to making them all use 5?
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 ones that use 5 are that way because we're not testing the quality of the search. If not, anything to make it faster.