Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 598 Bytes

File metadata and controls

29 lines (18 loc) · 598 Bytes

Exabase Monorepo

This repository uses a uv workspace layout.

The workspace root is virtual; it only coordinates the member packages.

Workspace members:

  • exabase in packages/exabase
  • exabase-langchain in packages/langchain

Development

Install the workspace from the repository root:

uv sync

Run the LangChain examples:

uv run --package exabase-langchain python packages/langchain/examples/tools.py

Package-specific docs: