experimental: migrate to external repo (#26879)

security scanners can't distinguish monorepo sources from each other.
this will resolve issues for folks trying to use e.g. langchain-core but
getting security issues from experimental flagged!
This commit is contained in:
Erick Friis
2024-09-25 19:02:19 -07:00
committed by GitHub
parent c750600d3d
commit 2ea5f60cc5
223 changed files with 570 additions and 25802 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Install langchain editable
run: |
poetry run pip install -e libs/core libs/langchain libs/community libs/experimental
poetry run pip install -e libs/core libs/langchain libs/community
- name: Check doc imports
shell: bash