AI-Commandos / RAGMeUp

Generic rag framework to apply the power of LLMs on any given dataset
Apache License 2.0
457 stars 40 forks source link

fixed langchain_experimental no module text_splitter #8

Closed Arslan-Mehmood1 closed 2 months ago

Arslan-Mehmood1 commented 2 months ago

Traceback (most recent call last): File "/home/arslan/Data/Learning/side_projects/RAGMeUp/server/server.py", line 5, in from RAGHelper_cloud import RAGHelperCloud File "/home/arslan/Data/Learning/side_projects/RAGMeUp/server/RAGHelper_cloud.py", line 9, in from langchain_experimental.text_splitter import SemanticChunker ModuleNotFoundError: No module named 'langchain_experimental.text_splitter'

Solution: langchain-core==0.2.29 langchain_experimental==0.0.64