Search Criteria
Package Details: python-chromadb 0.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-chromadb.git (read-only, click to copy) |
---|---|
Package Base: | python-chromadb |
Description: | the AI-native open-source embedding database |
Upstream URL: | https://github.com/chroma-core/chroma |
Licenses: | Apache-2.0 |
Submitter: | evine |
Maintainer: | evine |
Last Packager: | evine |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-03 07:15 (UTC) |
Last Updated: | 2025-01-14 23:13 (UTC) |
Dependencies (32)
- python-bcrypt
- python-build
- python-chroma-hnswlibAUR
- python-fastapi
- python-grpcio
- python-httpx (python-httpx-gitAUR)
- python-importlib_resources
- python-kubernetes (python-kubernetes-gitAUR)
- python-mmh3AUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-onnxruntime (python-onnxruntime-opt, python-onnxruntime-opt-rocm, python-onnxruntime-rocm)
- python-opentelemetry-apiAUR
- python-opentelemetry-exporter-otlp-proto-grpcAUR
- python-opentelemetry-instrumentation-fastapiAUR
- python-opentelemetry-sdkAUR
- python-orjson (python-orjson-gitAUR)
- python-overrides
- python-posthogAUR
- python-pydantic
- python-pypikaAUR
- Show 12 more dependencies...
Required by (3)
- open-webui-no-venv
- python-dspy (optional)
- python-langchain-chroma
Latest Comments
Davidyz commented on 2025-01-22 17:18 (UTC)
Hi @evine yes it'll work, it's not necessary (at least for me) though, since a user systemd unit is simple enough to write and there's a good starting point on chromadb's documentation. I commented because I didn't know about the "no
python-
prefix" thing. Thanks for the clarification.evine commented on 2025-01-21 16:32 (UTC) (edited on 2025-01-21 16:37 (UTC) by evine)
@Davidyz If add a systemd unit, the package name cannot include the
python-
prefix. If it's really necessary, I can create an additional package namedchromadb
that depends onpython-chromadb
and includes the systemd unit. Would that work?Davidyz commented on 2025-01-21 16:26 (UTC)
Hi, thanks for maintaining this package! Could you consider adding a systemd unit file to the package? This will make deployment as a standalone server easier.