-
Notifications
You must be signed in to change notification settings - Fork 820
refs(py): standard tests #1265
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
refs(py): standard tests #1265
Conversation
|
Mintlify preview ID generated: preview-mdrxys-1762230285-84a9610 |
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.
Pull Request Overview
This PR updates dependency versions and restructures the langchain-tests documentation from a flat structure to a hierarchical organization with separate pages for each test type.
Key changes:
- Updates Git commit hashes for various langchain packages and dependencies in the lockfile
- Reorganizes langchain-tests documentation into separate unit and integration test subdirectories with dedicated pages per component type
- Updates navigation in mkdocs.yml to reflect the new hierarchical structure
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| reference/python/uv.lock | Updates Git commit hashes for langchain packages and dependencies (langchain-core 1.0.2→1.0.3, langchain-huggingface 1.0.0→1.0.1, langchain-tests 1.0.0→1.0.1, langsmith 0.4.38→0.4.40) |
| reference/python/mkdocs.yml | Expands navigation structure for langchain-tests with hierarchical organization of unit and integration test pages |
| reference/python/docs/langchain_tests/unit_tests/tools.md | Adds dedicated page for tool unit tests |
| reference/python/docs/langchain_tests/unit_tests/index.md | Creates index page for unit tests with component links |
| reference/python/docs/langchain_tests/unit_tests/embeddings.md | Adds dedicated page for embeddings unit tests |
| reference/python/docs/langchain_tests/unit_tests/chat_models.md | Adds dedicated page for chat model unit tests |
| reference/python/docs/langchain_tests/unit_tests.md | Removes old flat unit tests page |
| reference/python/docs/langchain_tests/integration_tests/vectorstores.md | Adds dedicated page for vector store integration tests |
| reference/python/docs/langchain_tests/integration_tests/tools.md | Adds dedicated page for tool integration tests |
| reference/python/docs/langchain_tests/integration_tests/retrievers.md | Adds dedicated page for retriever integration tests |
| reference/python/docs/langchain_tests/integration_tests/kv_stores.md | Adds dedicated page for key-value store integration tests |
| reference/python/docs/langchain_tests/integration_tests/index.md | Creates index page for integration tests with component links |
| reference/python/docs/langchain_tests/integration_tests/embeddings.md | Adds dedicated page for embeddings integration tests |
| reference/python/docs/langchain_tests/integration_tests/chat_models.md | Adds dedicated page for chat model integration tests |
| reference/python/docs/langchain_tests/integration_tests/caches.md | Adds dedicated page for cache integration tests |
| reference/python/docs/langchain_tests/integration_tests/base.md | Adds dedicated page for base test classes |
| reference/python/docs/langchain_tests/integration_tests.md | Removes old flat integration tests page |
| reference/python/docs/langchain_tests/index.md | Updates links to point to new hierarchical structure |
reference/python/docs/langchain_tests/integration_tests/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Mintlify preview ID generated: preview-mdrxys-1762230445-23af899 |
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.
Pull Request Overview
Copilot reviewed 17 out of 18 changed files in this pull request and generated no new comments.
improve org