7.1.0 • Published 22 days ago

txtai v7.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
22 days ago

txtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows.

This repository contains JavaScript bindings for the txtai API.

Installation

txtai.js can be installed via npm

npm install txtai

Examples

The examples directory has a series of examples that give an overview of txtai. See the list of examples below.

ExampleDescription
Introducing txtaiOverview of the functionality provided by txtai
Extractive QA with txtaiExtractive question-answering with txtai
Labeling with zero-shot classificationLabeling with zero-shot classification
Pipelines and workflowsPipelines and workflows

txtai.js connects to a txtai api instance. See this link for details on how to start a new api instance.

Once an api instance is running, do the following to run the examples.

git clone https://github.com/neuml/txtai.js
cd txtai.js/examples/node
npm install
npm run build
node dist/embeddings.js
node dist/extractor.js
node dist/labels.js
node dist/pipelines.js
7.1.0

22 days ago

7.0.0

3 months ago

7.0.1

3 months ago

6.3.0

4 months ago

6.2.0

6 months ago

6.1.0

8 months ago

6.0.0

9 months ago

5.5.0

1 year ago

5.4.0

1 year ago

5.3.0

1 year ago

5.2.0

1 year ago

5.1.0

2 years ago

5.0.0

2 years ago

4.5.0

2 years ago

4.6.0

2 years ago

4.4.0

2 years ago

4.3.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.2.0

2 years ago

3.7.0

2 years ago

3.6.0

3 years ago

3.4.0

3 years ago

3.5.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago