mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
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
31 lines
779 B
JSON
31 lines
779 B
JSON
[
|
|
[
|
|
"langchain_community.vectorstores.astradb.AstraDB",
|
|
"langchain_astradb.AstraDBVectorStore"
|
|
],
|
|
[
|
|
"langchain_community.storage.astradb.AstraDBByteStore",
|
|
"langchain_astradb.AstraDBByteStore"
|
|
],
|
|
[
|
|
"langchain_community.storage.astradb.AstraDBStore",
|
|
"langchain_astradb.AstraDBStore"
|
|
],
|
|
[
|
|
"langchain_community.cache.AstraDBCache",
|
|
"langchain_astradb.AstraDBCache"
|
|
],
|
|
[
|
|
"langchain_community.cache.AstraDBSemanticCache",
|
|
"langchain_astradb.AstraDBSemanticCache"
|
|
],
|
|
[
|
|
"langchain_community.chat_message_histories.astradb.AstraDBChatMessageHistory",
|
|
"langchain_astradb.AstraDBChatMessageHistory"
|
|
],
|
|
[
|
|
"langchain_community.document_loaders.astradb.AstraDBLoader",
|
|
"langchain_astradb.AstraDBLoader"
|
|
]
|
|
]
|