Skip to content

Commit

Permalink
cli[minor]: fix import path for two Astra DB classes in the migration…
Browse files Browse the repository at this point in the history
… json data (langchain-ai#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
langchain-ai#21913 .

@nicoloboschi FYI
  • Loading branch information
hemidactylus authored May 20, 2024
1 parent 30bca57 commit f2e75f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
[
Expand All @@ -27,4 +27,4 @@
"langchain_community.document_loaders.astradb.AstraDBLoader",
"langchain_astradb.AstraDBLoader"
]
]
]

0 comments on commit f2e75f9

Please sign in to comment.