Labels: testing, langchain-community, difficulty:medium
LOC: ~150
Description
Pin langchain-tests dependency and add standard unit tests for OceanbaseVectorStore.
References
Tasks
Sample AI Prompts
Pin langchain-tests to version 0.3.5 in pyproject.toml and run poetry lock
Study https://github.com/langchain-ai/langchain-postgres/blob/main/tests/unit_tests/test_vectorstores.py
and create standard unit tests for OceanbaseVectorStore by subclassing VectorStoreUnitTests
from langchain_tests.unit_tests. Put the file in tests/unit_tests/test_vectorstore_standard.py
Run pytest tests/unit_tests/test_vectorstore_standard.py -v and fix any failing tests
Labels:
testing,langchain-community,difficulty:mediumLOC: ~150
Description
Pin
langchain-testsdependency and add standard unit tests forOceanbaseVectorStore.References
Tasks
langchain-tests = "==0.3.5"inpyproject.tomlpoetry locktests/unit_tests/test_vectorstore_standard.pyVectorStoreUnitTestssubclassSample AI Prompts