Maxwell

Results 3 comments of Maxwell

> You can use this: > > ```python > from langchain.text_splitter import CharacterTextSplitter > def get_text_chunks_langchain(text): > text_splitter = CharacterTextSplitter(chunk_size=500, chunk_overlap=100) > docs = text_splitter.split_text(text) > return docs > ```...

I also have this problem, this framework is currently unfriendly to collaborative development, everyone should not run a docker for development

But the environment variable cannot be obtained