langchain4j

Форк
1
73 строки · 2.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <modelVersion>4.0.0</modelVersion>
6

7
    <parent>
8
        <groupId>dev.langchain4j</groupId>
9
        <artifactId>langchain4j-parent</artifactId>
10
        <version>0.29.0-SNAPSHOT</version>
11
        <relativePath>../langchain4j-parent/pom.xml</relativePath>
12
    </parent>
13

14
    <artifactId>langchain4j-hugging-face</artifactId>
15
    <name>LangChain4j :: Integration :: Hugging Face</name>
16

17
    <dependencies>
18

19
        <dependency>
20
            <groupId>dev.langchain4j</groupId>
21
            <artifactId>langchain4j-core</artifactId>
22
        </dependency>
23

24
        <dependency>
25
            <groupId>com.squareup.retrofit2</groupId>
26
            <artifactId>retrofit</artifactId>
27
        </dependency>
28

29
        <dependency>
30
            <groupId>com.squareup.retrofit2</groupId>
31
            <artifactId>converter-gson</artifactId>
32
        </dependency>
33

34
        <dependency>
35
            <groupId>com.squareup.okhttp3</groupId>
36
            <artifactId>okhttp</artifactId>
37
        </dependency>
38

39
        <dependency>
40
            <groupId>org.projectlombok</groupId>
41
            <artifactId>lombok</artifactId>
42
            <scope>provided</scope>
43
        </dependency>
44

45
        <dependency>
46
            <groupId>org.junit.jupiter</groupId>
47
            <artifactId>junit-jupiter-engine</artifactId>
48
            <scope>test</scope>
49
        </dependency>
50

51
        <dependency>
52
            <groupId>org.junit.jupiter</groupId>
53
            <artifactId>junit-jupiter-params</artifactId>
54
            <scope>test</scope>
55
        </dependency>
56

57
        <dependency>
58
            <groupId>org.assertj</groupId>
59
            <artifactId>assertj-core</artifactId>
60
            <scope>test</scope>
61
        </dependency>
62
    </dependencies>
63

64
    <licenses>
65
        <license>
66
            <name>Apache-2.0</name>
67
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
68
            <distribution>repo</distribution>
69
            <comments>A business-friendly OSS license</comments>
70
        </license>
71
    </licenses>
72

73
</project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.