mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 12:09:58 +00:00
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
This commit is contained in:
parent
30bca57aae
commit
f2e75f9500
@ -12,11 +12,11 @@
|
||||
"langchain_astradb.AstraDBStore"
|
||||
],
|
||||
[
|
||||
"langchain_community.cache.astradb.AstraDBCache",
|
||||
"langchain_community.cache.AstraDBCache",
|
||||
"langchain_astradb.AstraDBCache"
|
||||
],
|
||||
[
|
||||
"langchain_community.cache.astradb.AstraDBSemanticCache",
|
||||
"langchain_community.cache.AstraDBSemanticCache",
|
||||
"langchain_astradb.AstraDBSemanticCache"
|
||||
],
|
||||
[
|
||||
@ -27,4 +27,4 @@
|
||||
"langchain_community.document_loaders.astradb.AstraDBLoader",
|
||||
"langchain_astradb.AstraDBLoader"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user