add experimental ref (#8435)

This commit is contained in:
Bagatur
2023-07-28 14:26:47 -07:00
committed by GitHub
parent fab24457bc
commit 2db2987b1b
4 changed files with 24 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ from sphinx.util.docutils import SphinxDirective
_DIR = Path(__file__).parent.absolute()
sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../../libs/langchain"))
sys.path.insert(0, os.path.abspath("../../libs/experimental"))
with (_DIR.parents[1] / "libs" / "langchain" / "pyproject.toml").open("r") as f:
data = toml.load(f)