Steven Kreitzer
Steven Kreitzer
Closes #1309
Example: https://github.com/UKPLab/sentence-transformers/blob/master/examples/applications/computing-embeddings/computing_embeddings_multi_gpu.py
This adds three features: 1. Hybrid search. Ensemble `BM25` + `ChromaDB` together. I use the documents returned from the ChromaDB collection to build the BM25 retriever. 2. Reranking support. Using...
This is an update to my previous PR which adds a toggle for hybrid searching. Once toggled, it will unlock the reranking model field as well as the relevance score...
## Bug Report Getting a kernel panic with my nodes that use Mellanox cards. ### Description Talos boots and then once it gets to initializing the network, it kernel panics....
## Feature Request K8s VIP using BGP instead of ARP ### Description Would be nice to have this so there is no downtime when the control plane is upgraded
https://github.com/prometheus-community/smartctl_exporter/pull/131/files#diff-c249026c4aeb110469ab01c3170ce12c5a292612584702fd378d42a1c868a686 This introduced a bug where smartctl return code is 4 instead of 0 if any messages were present in the call. ``` "messages": [ { "string": "Read 1 entries...
### What's the feature π§ Allow us to complete disable IPv6, instead of automatically checking if our system supports it. https://github.com/qdm12/gluetun/blob/master/internal/netlink/ipv6.go#L9 https://github.com/qdm12/gluetun/blob/master/internal/provider/utils/wireguard.go#L12 https://github.com/qdm12/gluetun/blob/master/internal/wireguard/address.go#L14 https://github.com/qdm12/gluetun/blob/master/internal/configuration/sources/env/wireguard.go#L12 Something like a env variable that...
This is causing jobs to fail again and again if the pod is terminating (node is draining, etc). This ensures that the job is only recreated if the job/pod actually...
### Suggestion `m_nativeStatus.current_tracker` is only set on client initialization, which is returned in the qBittorrent API as `"tracker": "http://tracker/announce"`. When libtorrent does the reannounce on the set interval; and the...