Skip to content

Conversation

xiaobuboy1
Copy link

修复资源路径加载问题和milvus varchar最大长度

Fix: 修复资源路径加载问题
Fix: 必须大于 0 且小于等于 65535
try {
TextSplitter splitter = new TokenTextSplitter();
URL path = LangChainTextSplitter.class.getClassLoader().getResource("classpath:files/test.md");
URL path = LangChainTextSplitter.class.getClassLoader().getResource("files/test.md");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里有什么问题嘛?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你试一下可以正常运行吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants