Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

shuttie

shuttie closed a pull request on nixiesearch/nixiesearch
Update logback-classic to 1.5.15
## About this PR 📦 Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from `1.5.12` to `1.5.15` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve ...
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update lucene-analysis-common, ... to 9.12.1 423937e
  • Merge pull request #381 from scala-steward/update/lucene-core-9.12.1 Update lucene-analysis-common, ... to 9.12.1 de7b6a0

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update lucene-analysis-common, ... to 9.12.1
## About this PR 📦 Updates * [org.apache.lucene:lucene-analysis-common](https://lucene.apache.org/) * [org.apache.lucene:lucene-analysis-icu](https://lucene.apache.org/) * [org.apache.lucene:lucen...
shuttie deleted a branch nixiesearch/nixiesearch

fix/cuda-12.4

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • use cuda 12.4 in the docker image to fix compat issue with nvidia-550 host drivers 0f718ec
  • Merge pull request #386 from nixiesearch/fix/cuda-12.4 use cuda 12.4 in the docker image to fix compat issue with nv... cd22d13

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
use cuda 12.4 in the docker image to fix compat issue with nvidia-550 host drivers
As otherwise you might get CUDA forward-compat error when running 12.6 docker over the 12.4 host.
shuttie opened a pull request on nixiesearch/nixiesearch
use cuda 12.4 in the docker image to fix compat issue with nvidia-550 host drivers
As otherwise you might get CUDA forward-compat error when running 12.6 docker over the 12.4 host.
shuttie created a branch on nixiesearch/nixiesearch

fix/cuda-12.4 - Hybrid search engine, combining best features of text and semantic search worlds

shuttie created a repository: nixiesearch/llamacpp-server-bin

https://github.com/nixiesearch/llamacpp-server-bin - A docker-based setup to build llama-cpp binaries

shuttie deleted a branch nixiesearch/nixiesearch

fix/delete

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • unbreak document deletes 64ac44d
  • Merge pull request #382 from nixiesearch/fix/delete unbreak document deletes efeca95

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
unbreak document deletes
So technically it was not exposed in the REST API.
shuttie opened a pull request on nixiesearch/nixiesearch
unbreak document deletes
So technically it was not exposed in the REST API.
shuttie created a branch on nixiesearch/nixiesearch

fix/delete - Hybrid search engine, combining best features of text and semantic search worlds

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update scala3-library to 3.6.2 8a5eb1d
  • Merge pull request #380 from scala-steward/update/scala3-library-3.6.2 Update scala3-library to 3.6.2 d5e91fc

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update scala3-library to 3.6.2
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.5.2` to `3.6.2` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.6.2) - [...
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update http4s-circe, http4s-dsl, ... to 1.0.0-M44 9cebddd
  • Merge pull request #378 from scala-steward/update/http4s-circe-1.0.0-M44 Update http4s-circe, http4s-dsl, ... to 1.0... 0995d12

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update http4s-circe, http4s-dsl, ... to 1.0.0-M44
## About this PR 📦 Updates * [org.http4s:http4s-circe](https://github.com/http4s/http4s) * [org.http4s:http4s-dsl](https://github.com/http4s/http4s) * [org.http4s:http4s-ember-client](https://gith...
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update scallop to 5.2.0 2ccca13
  • Merge pull request #379 from scala-steward/update/scallop-5.2.0 Update scallop to 5.2.0 f37cc6f

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update scallop to 5.2.0
## About this PR 📦 Updates [org.rogach:scallop](https://github.com/scallop/scallop) from `5.1.0` to `5.2.0` 📜 [GitHub Release Notes](https://github.com/scallop/scallop/releases/tag/v5.2.0) - [Vers...
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update jinjava to 2.7.4 3efb1f0
  • Merge pull request #377 from scala-steward/update/jinjava-2.7.4 Update jinjava to 2.7.4 7b6da69

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update jinjava to 2.7.4
## About this PR 📦 Updates [com.hubspot.jinjava:jinjava](https://github.com/HubSpot/jinjava) from `2.7.3` to `2.7.4` 📜 [Changelog](https://github.com/HubSpot/jinjava/blob/master/CHANGES.md) ## Us...
shuttie starred nolenroyalty/every-uuid
shuttie opened an issue on nixiesearch/nixiesearch
add api hostname/port config to docs
as we always exposing 8080 with only api level override
shuttie opened an issue on nixiesearch/nixiesearch
CLS pooling is not supported - bge-m3 model
Some of sbert models use CLS pooling instead of mean one. Main example - bge family of models. We suggest to add the `pooling` option to model config, and also have a heuristic to get the default v...
shuttie deleted a branch nixiesearch/nixiesearch

fix/log-size-overflow

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • fix int overflow in download progress logs 1dd199b
  • Merge pull request #372 from nixiesearch/fix/log-size-overflow fix int overflow in download progress logs ae930a3

View on GitHub

shuttie closed an issue on nixiesearch/nixiesearch
Downloading large GGUFs overflows the progess counter
``` nixiesearch-1 | 18:55:43.638 INFO ai.nixiesearch.core.PrintProgress$ - processed -1748834219 bytes, rate: 9 MB/s nixiesearch-1 | 18:55:44.644 INFO ai.nixiesearch.core.PrintProgress$ - p...
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update s3 to 2.29.25 b0492ab
  • Merge pull request #373 from scala-steward/update/s3-2.29.25 Update s3 to 2.29.25 4fa8ccc

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update s3 to 2.29.25
## About this PR 📦 Updates software.amazon.awssdk:s3 from `2.28.29` to `2.29.25` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it...
Load more