mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-12 07:50:39 +00:00
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.
10 lines
195 B
JSON
10 lines
195 B
JSON
[
|
|
[
|
|
"langchain_community.vectorstores.pinecone.Pinecone",
|
|
"langchain_pinecone.Pinecone"
|
|
],
|
|
[
|
|
"langchain_community.vectorstores.Pinecone",
|
|
"langchain_pinecone.Pinecone"
|
|
]
|
|
] |