summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 07f3f3e8dbf54b7580632fc676bc51539b8f9381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = python-qdrant-client
	pkgdesc = Client library for the Qdrant vector search engine
	pkgver = 1.18.0
	pkgrel = 1
	url = https://github.com/qdrant/qdrant-client
	arch = any
	license = Apache-2.0
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-poetry-core
	makedepends = python-wheel
	depends = python
	depends = python-grpcio
	depends = python-h2
	depends = python-httpx
	depends = python-numpy
	depends = python-portalocker
	depends = python-protobuf
	depends = python-pydantic
	depends = python-urllib3
	optdepends = python-fastembed: local embedding generation (fastembed extra)
	optdepends = python-fastembed-gpu: GPU-accelerated local embedding generation (fastembed-gpu extra)
	source = qdrant_client-1.18.0.tar.gz::https://files.pythonhosted.org/packages/source/q/qdrant-client/qdrant_client-1.18.0.tar.gz
	sha256sums = 52e8ece1a7d40519801bf0b70713bfa0f6b7ae28c7275bbe0b0286fbed7f6db4

pkgname = python-qdrant-client