New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

txtai

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

txtai

JavaScript client for txtai

latest
Source
npmnpm
Version
9.7.0
Version published
Weekly downloads
81
523.08%
Maintainers
1
Weekly downloads
 
Created
Source

JavaScript client for txtai

Version GitHub Release Date GitHub Issues GitHub Last Commit

txtai is an all-in-one AI framework 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

Keywords

search

FAQs

Package last updated on 20 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts