Results 11 comments of willy

> 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

There is also this need. In addition, it would be better if it can be automatically reduced to the size of the current window during initialization.

```js function markdownToJSON(markdown: string): Node { const lines = markdown.split("\n") const root: Node = { nodeData: { id: "root", topic: lines[0].substring(2), root: true, expanded: true, children: [], }, linkData: {},...

I hope to support lemonsqueezy, no fee to open, and support Alipay and WeChat payment!

When I use the same .mcp.json file in ubuntu claude code works fine. However, in WSL under Windows, Ubuntu prompts that it cannot be connected

Claude_wsl_firewall_fixed.sh: 3: set: Illegal option -o pipefail > To everyone who struggle - here is the script that will solve all your problems.给所有挣扎的人们——这里是一个能解决你所有问题的脚本。 > > #!/bin/bash > > set -euo...

同样问题。等解决