HamaWhiteGG / langchain-java

Java version of LangChain, while empowering LLM for Big Data.
Apache License 2.0
545 stars 106 forks source link

When can we have a api doc? #102

Closed liuziw closed 11 months ago

liuziw commented 1 year ago

When can we have a api doc?

HamaWhiteGG commented 11 months ago

Yes, I finish it. Use maven-javadoc-plugin to generate and push docs to gh-pages branch . This will be automatically executed via GitHub Actions when merging code into the main branch.

API doc index: https://hamawhitegg.github.io/langchain-java

langchain-core doc: https://hamawhitegg.github.io/langchain-java/langchain-core/index.html

image

Can it meet your needs? @liuziw