langchain4j-community-llm-graph-transformer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.langchain4j</groupId> <artifactId>langchain4j-community-llm-graph-transformer</artifactId> <version>1.0.1-beta6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>dev.langchain4j</groupId> <artifactId>langchain4j-community-llm-graph-transformer</artifactId> <version>1.0.1-beta6</version> <name>LangChain4j :: Community :: Graph Transformer :: LLM</name> <description>Parent POM for langchain4j-community submodules</description> <url>https://github.com/langchain4j/langchain4j-community/document-transformers/langchain4j-community-llm-graph-transformer</url> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>deep-learning-dynamo</id> <email>deeplearningdynamo@gmail.com</email> <url>https://github.com/deep-learning-dynamo</url> </developer> <developer> <id>kuraleta</id> <email>digital.kuraleta@gmail.com</email> <url>https://github.com/kuraleta</url> </developer> <developer> <id>Martin7-1</id> <email>yi.zheng.se@gmail.com</email> <url>https://github.com/Martin7-1</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/langchain4j/langchain4j-community.git/document-transformers/langchain4j-community-llm-graph-transformer</connection> <developerConnection>scm:git:git@github.com:langchain4j/langchain4j-community.git/document-transformers/langchain4j-community-llm-graph-transformer</developerConnection> <url>https://github.com/langchain4j/langchain4j-community/document-transformers/langchain4j-community-llm-graph-transformer</url> </scm> <dependencies> <dependency> <groupId>dev.langchain4j</groupId> <artifactId>langchain4j-community-core</artifactId> <version>1.0.1-beta6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>compile</scope> </dependency> </dependencies> </project>