mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
docs: update repo_structure.mdx to reflect latest code changes (#22810)
**Description:** This PR updates the documentation to reflect the recent code changes. --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
@@ -15,12 +15,22 @@ Here's the structure visualized as a tree:
|
|||||||
├── cookbook # Tutorials and examples
|
├── cookbook # Tutorials and examples
|
||||||
├── docs # Contains content for the documentation here: https://python.langchain.com/
|
├── docs # Contains content for the documentation here: https://python.langchain.com/
|
||||||
├── libs
|
├── libs
|
||||||
│ ├── langchain # Main package
|
│ ├── langchain
|
||||||
|
│ │ ├── langchain
|
||||||
│ │ ├── tests/unit_tests # Unit tests (present in each package not shown for brevity)
|
│ │ ├── tests/unit_tests # Unit tests (present in each package not shown for brevity)
|
||||||
│ │ ├── tests/integration_tests # Integration tests (present in each package not shown for brevity)
|
│ │ ├── tests/integration_tests # Integration tests (present in each package not shown for brevity)
|
||||||
│ ├── langchain-community # Third-party integrations
|
│ ├── community # Third-party integrations
|
||||||
│ ├── langchain-core # Base interfaces for key abstractions
|
│ │ ├── langchain-community
|
||||||
│ ├── langchain-experimental # Experimental components and chains
|
│ ├── core # Base interfaces for key abstractions
|
||||||
|
│ │ ├── langchain-core
|
||||||
|
│ ├── experimental # Experimental components and chains
|
||||||
|
│ │ ├── langchain-experimental
|
||||||
|
| ├── cli # Command line interface
|
||||||
|
│ │ ├── langchain-cli
|
||||||
|
│ ├── text-splitters
|
||||||
|
│ │ ├── langchain-text-splitters
|
||||||
|
│ ├── standard-tests
|
||||||
|
│ │ ├── langchain-standard-tests
|
||||||
│ ├── partners
|
│ ├── partners
|
||||||
│ ├── langchain-partner-1
|
│ ├── langchain-partner-1
|
||||||
│ ├── langchain-partner-2
|
│ ├── langchain-partner-2
|
||||||
|
Reference in New Issue
Block a user