update description for pypi (#5687)

This commit is contained in:
Tuana Çelik 2023-08-30 15:29:12 +02:00 committed by GitHub
parent 88318bfdb5
commit 1a872a7841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ name = "farm-haystack"
dynamic = [
"version",
]
description = "Neural Question Answering & Semantic Search at Scale. Use modern transformer based models like BERT to find answers in large document collections"
description = "LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data."
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.8"