bSharpCyclist
Results
1
comments of
bSharpCyclist
> What worked for me was to include a more appropiate delimiter for the TextSplitter In my case: `text_splitter = CharacterTextSplitter(chunk_size=800, chunk_overlap=50, separator="\n")` This worked for me as well. Thanks!