Skip to main content

Fast and Lightweight Text Embedding

Project description

LightEmbed

LightEmbed is a light-weight, fast, and efficient tool for generating sentence embeddings. It does not rely on heavy dependencies like PyTorch and Transformers, making it suitable for environments with limited resources.

Benefits

1. Light-weight

  • Minimal Dependencies: LightEmbed does not depend on PyTorch and Transformers.
  • Low Resource Requirements: Operates smoothly with minimal specs: 1GB RAM, 1 CPU, and no GPU required.

2. Fast (as light)

  • ONNX Runtime: Utilizes the ONNX runtime, which is significantly faster compared to Sentence Transformers that use PyTorch.

3. Same as Original Sentence Transformers' Outputs

  • Consistency: Incorporates all modules from a Sentence Transformer model, including normalization and pooling.
  • Accuracy: Produces embedding vectors identical to those from Sentence Transformers.

Installation

pip install -U light-embed

Usage

Then you can use the model like this:

from light_embed import TextEmbedding
sentences = ["This is an example sentence", "Each sentence is converted"]

model = TextEmbedding('sentence-transformers-model-name')
embeddings = model.encode(sentences)
print(embeddings)

For example:

from light_embed import TextEmbedding
sentences = ["This is an example sentence", "Each sentence is converted"]

model = TextEmbedding('sentence-transformers/all-MiniLM-L6-v2')
embeddings = model.encode(sentences)
print(embeddings)

Citing & Authors

Binh Nguyen / binhcode25@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

light_embed-0.1.5.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

light_embed-0.1.5-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file light_embed-0.1.5.tar.gz.

File metadata

  • Download URL: light_embed-0.1.5.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for light_embed-0.1.5.tar.gz
Algorithm Hash digest
SHA256 9d9f7dea7baba2b78aa7b46958ef9dff617c908d88f4ade169585699fe353425
MD5 dac5266c82f9b86bed8975a8d5bfcb46
BLAKE2b-256 2c54daeb64996e19a5c06f23758d5219f64010b6fed08599cf17e116f369db37

See more details on using hashes here.

File details

Details for the file light_embed-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: light_embed-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for light_embed-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 89d908590543e3afb288294322a4c0ddbd9cca427df23dbc860932dcbf487c02
MD5 0e6f9b86cc93e4cd36b6d2e4dabc83fe
BLAKE2b-256 e0a8ebfb705e93fc40dec5402e54ec44538ad2409ca343f432a59b90610f3b05

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page