(WIP) set up experimental (#7959)

This commit is contained in:
Harrison Chase
2023-07-21 09:20:24 -07:00
committed by GitHub
parent 623b321e75
commit f35db9f43e
1540 changed files with 2399 additions and 2180 deletions

View File

@@ -4,7 +4,7 @@ import re
from pathlib import Path
ROOT_DIR = Path(__file__).parents[2].absolute()
PKG_DIR = ROOT_DIR / "langchain"
PKG_DIR = ROOT_DIR / "libs" / "langchain"
WRITE_FILE = Path(__file__).parent / "api_reference.rst"