Skip to content

Commit f4f0ee1

Browse files
committed
Merge branch 'hotfix/docs'
2 parents 69a1a36 + 61be2a1 commit f4f0ee1

File tree

6 files changed

+16
-86
lines changed

6 files changed

+16
-86
lines changed

.gitignore

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
*.class
1+
# Macosx
2+
.DS_Store
23

3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
11-
# exclude jar for gradle wrapper
12-
!gradle/wrapper/*.jar
13-
14-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15-
hs_err_pid*
4+
# IntelliJ
5+
.idea/
166

177
# build files
18-
**/target
19-
target
20-
.gradle
21-
build
8+
target/
9+
10+
.openapi-generator/

.idea/jarRepositories.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

OPENAPI.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,18 @@
1-
# langchain4j-langsmith
1+
# LangSmith-SDK (experimental)
22

3-
## Requirements
3+
## OpenAPI Generator
44

5-
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
5+
The initial project release has been generated by the [OpenAPI Generator] with the follow commands:
66

7-
## Installation & Usage
8-
9-
To install the API client library to your local Maven repository, simply execute:
10-
11-
```shell
12-
mvn install
13-
```
14-
15-
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
16-
17-
```shell
18-
mvn deploy
7+
```bash
8+
> openapi-generator generate -o langsmith4j -c config.retrofit2.yml
199
```
2010

21-
Refer to the [official documentation](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html) for more information.
22-
23-
After the client library is installed/deployed, you can use it in your Maven project by adding the following to your *pom.xml*:
24-
25-
```xml
26-
<dependency>
27-
<groupId>dev.langchain4j</groupId>
28-
<artifactId>langchain4j-langsmith</artifactId>
29-
<version>1.0.0-SNAPSHOT</version>
30-
<scope>compile</scope>
31-
</dependency>
32-
33-
```
11+
As [openai model][model] has been used the official provided by [langsmith-sdk] project
3412

35-
## Author
13+
[OpenAPI Generator]: https://openapi-generator.tech
14+
[model]: https://github.com/langchain-ai/langsmith-sdk/raw/main/openapi/openapi.yaml
15+
[langsmith-sdk]: https://github.com/langchain-ai/langsmith-sdk
3616

3717

3818

gradle/wrapper/gradle-wrapper.jar

-58.1 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)