We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd515c2 commit aa69e64Copy full SHA for aa69e64
src/comproscanner/utils/database_manager.py
@@ -28,7 +28,7 @@
28
exc as sqlalchemy_exc,
29
)
30
from mysql.connector import Error as MySQLInterfaceError
31
-from langchain.text_splitter import RecursiveCharacterTextSplitter
+from langchain_text_splitters import RecursiveCharacterTextSplitter
32
from langchain_core.documents import Document
33
from langchain_community.vectorstores import Chroma
34
from chromadb import PersistentClient
0 commit comments