You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/github/last-commit/neuml/txtai.java.svg?style=flat&color=blue" alt="GitHub Last Commit"/>
21
+
</a>
22
+
</p>
9
23
10
-
This repository contains Java bindings for the txtai API. Full txtai functionality is supported.
24
+
[txtai](https://github.com/neuml/txtai) is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows.
25
+
26
+
This repository contains Java bindings for the txtai API.
11
27
12
28
## Installation
13
29
@@ -16,7 +32,7 @@ Jitpack is the recommended way to integrate txtai with Java. See [this link](htt
16
32
The following is an example adding txtai to a project's `build.gradle` file. The same attributes can be ported to other build systems per the JitPack link above.
@@ -39,7 +55,7 @@ The examples directory has a series of examples that give an overview of txtai.
39
55
|[Labeling with zero-shot classification](https://github.com/neuml/txtai.java/blob/master/examples/src/main/java/LabelsDemo.java)| Labeling with zero-shot classification |
40
56
|[Pipelines and workflows](https://github.com/neuml/txtai.java/blob/master/examples/src/main/java/PipelinesDemo.java)| Pipelines and workflows |
41
57
42
-
txtai.java connects to a txtai api instance. See [this link](https://github.com/neuml/txtai#api) for details on how to start a new api instance.
58
+
txtai.java connects to a txtai api instance. See [this link](https://neuml.github.io/txtai/api/) for details on how to start a new api instance.
43
59
44
60
Once an api instance is running, do the following to run the examples.
0 commit comments