Stefano Lottini
f2e75f9500
cli[minor]: fix import path for two Astra DB classes in the migration json data ( #21926 )
...
This PR fixes two mistakes in the import paths from community for the
json data aiding the cli migration to 0.2.
It is intended as a quick follow-up to
https://github.com/langchain-ai/langchain/pull/21913 .
@nicoloboschi FYI
2024-05-20 12:25:10 -04:00
Nicolò Boschi
dd00aac7ad
cli[minor]: add astradb in the cli migration to 0.2 ( #21913 )
...
astradb has a new partner package but the automatic migration cli tool
doesn't take care of migration astradb integrations
2024-05-20 10:29:17 -04:00
Eugene Yurtsev
aab78a37f3
cli[patch]: Ignore imports that change the name of the class ( #21026 )
...
Not currently handeled by migration script
2024-04-29 12:20:30 -04:00
Eugene Yurtsev
4f4ee8e2cf
cli[patch]: Update migrations file manually ( #21021 )
...
We need to replace occurrences in the code of RunnableMap not just the
import,
so for now, we don't replace RunnableMap.
2024-04-29 10:53:31 -04:00
Eugene Yurtsev
d781560722
cli[minor]: Add ipynb support, add text_splitters ( #20963 )
2024-04-29 10:11:21 -04:00
Eugene Yurtsev
8ed150b2fe
cli[minor]: Fix bug to account for name changes ( #20948 )
...
* Fix bug to account for name changes / aliases
* Generate migration list from langchain to langchain_core
2024-04-26 15:45:11 -04:00
Eugene Yurtsev
2fa0ff1a2d
cli[minor]: update code to generate migrations from langchain to community ( #20946 )
...
Updates code that generates migrations from langchain to community
2024-04-26 15:11:32 -04:00
Eugene Yurtsev
12c906f6ce
cli[minor]: Improve partner migrations ( #20938 )
...
This auto generates partner migrations.
At the moment the migration is from community -> partner.
So one would need to run the migration script twice to go from langchain to partner.
2024-04-26 12:30:15 -04:00
Eugene Yurtsev
6598757037
cli[minor]: Add first version of migrate ( #20902 )
...
Adds a first version of the migrate script.
2024-04-26 10:50:21 -04:00