-
Notifications
You must be signed in to change notification settings - Fork 16.8k
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
add JiebaLinkExtractor for chinese doc extracting #30150
add JiebaLinkExtractor for chinese doc extracting #30150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello,I had submitted a PR(#30132) but not passed.Ccurme suggested me provide a separate packages,so I published a package named langchain-jieba on pypi,and added relevant documents.I have not provided PR for Langchain before,I don't know how to get my PR approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @andyzhou1982, thanks for this, it's great that you published the package.
We don't currently feature any usage of link extractors in the docs site. They are not in the list of integration components here either. I see you added this under vector stores, but this isn't a vector store.
There is some relevant documentation in the API reference here. So I updated this PR to add a link to langchain-jieba
. It will look like this:
Hello,ccurme.When I submit the PR,I did not known which module would be the most appropriate,so I selected the |
Thank you for contributing to LangChain!
PR title: "community: chinese doc extracting"
PR message:
Add tests and docs: If you're adding a new integration, please include
/doc/doc/integrations/providers/jieba.md
/doc/doc/integrations/vectorstores/jieba_link_extractor.ipynb
/libs/packages.yml