Skip to content

Feature/xiaobuboy #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xiaobuboy1
Copy link

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

Fix: 修复资源路径加载问题
Fix: 必须大于 0 且小于等于 65535
@@ -33,7 +33,7 @@ public class LangChainTextSplitter {
public void embedding() {
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