lightweight-embeddings / pyproject.toml
lamhieu's picture
chore: update related descriptions
4af7aed
raw
history blame contribute delete
583 Bytes
[tool.poetry]
name = "lightweight-embeddings"
version = "0.1.0"
short_description = "A fast, free, unlimited APIs service for multilingual embeddings and reranking, supporting text and image inputs."
description = "LightweightEmbeddings is a fast, free, and unlimited API service for multilingual embeddings and reranking, with support for both text and images and guaranteed uptime."
authors = ["Hieu Lam <lamhieu.vk@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"