Open
Conversation
…nd improve SQL syntax in checkpointer.py for clarity and consistency
…g in OceanBase integration - Introduced a comprehensive troubleshooting section in README.md covering common connection issues, vector dimension mismatches, index creation failures, and AI function support. - Enhanced error handling in the OceanBase integration by replacing generic ValueErrors with specific OceanBase exceptions for better clarity and debugging. - Updated exception handling in the OceanBaseCheckpointSaver and OceanbaseVectorStore classes to provide more informative error messages.
…guration - Added a .pre-commit-config.yaml file to integrate pre-commit hooks for code quality checks, including trailing whitespace removal, YAML validation, and Ruff for linting. - Updated the Makefile to include targets for installing and running pre-commit hooks, as well as a new target for testing coverage. - Expanded .gitignore to exclude coverage-related files and directories. - Updated pyproject.toml to include pre-commit and pytest-cov as development dependencies. - Added coverage package to poetry.lock for test coverage measurement.
3 tasks
Contributor
|
@knqiufan Thank you for your contribution. Can you resolve the PR conflict |
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.
Add a new
test-standardjob to the CI workflow to run LangChain standard tests.close #40
Solution Description
This PR updates
.github/workflows/ci.ymlwith the following changes:Added
test-standardjob that:langchain_oceanbase_standard) for testingtests/unit_tests/TestOceanbaseVectorStoreSyncclass which inherits fromlangchain_tests.integration_tests.VectorStoreIntegrationTests)Updated
test-summaryjob to:test-standardin theneedsarray