Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shuttie created a comment on a pull request on metarank/metarank
Wow, seems epic. I'll wait for CI to pass and merge it. Thanks!
shuttie created a tag on nixiesearch/nixiesearch
0.4.1 - Hybrid search engine, combining best features of text and semantic search worlds
shuttie published a release on nixiesearch/nixiesearch
0.4.1
## Bugfixes * add support for composite ONNX models (like bge-m3) by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/414 * switch to buildinfo for guessing CUDA support by @shuttie in...shuttie pushed 3 commits to master nixiesearch/nixiesearch
shuttie closed an issue on nixiesearch/nixiesearch
RAG: maxResponseLength is ignored
On short-context models (like gemma2 with only 8192 token context) with large docs and default maxDocs=10 params you might get into a situation, that the LLM payload becomes longer than context lim...shuttie closed a pull request on nixiesearch/nixiesearch
trim prompt right (and apply maxDocLength)
fixes https://github.com/nixiesearch/nixiesearch/issues/315shuttie pushed 3 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
Update sbt-scalafmt to 2.5.4
## About this PR 📦 Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.5.2` to `2.5.4` 📜 [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releas...shuttie pushed 13 commits to update/sbt-scalafmt-2.5.4 scala-steward/nixiesearch
- switch to buildinfo for guessing CUDA support q af09978
- Update quickstart.md Fixed dataset download command, added -L option with curl, which allows it to follow redirecti... efab94e
- Merge pull request #415 from nixiesearch/fix/build-vars switch to buildinfo for guessing CUDA support 1e4a2a7
- Merge pull request #418 from nixiesearch/egpand-doc-fix Update quickstart.md 8f873f7
- fix crash on json array parsing of undefined fields efaaba1
- Merge pull request #421 from nixiesearch/fix/reduceleft-on-demo fix crash on json array parsing of undefined fields edc0ee8
- Update sbt-assembly to 2.3.1 6e2f1ee
- Update scalafmt-core to 3.8.5 747649a
- Reformat with scalafmt 3.8.5 Executed command: scalafmt --non-interactive 15238ee
- Add 'Reformat with scalafmt 3.8.5' to .git-blame-ignore-revs 41b3b7b
- Merge pull request #422 from scala-steward/update/sbt-assembly-2.3.1 Update sbt-assembly to 2.3.1 9527972
- Merge pull request #417 from scala-steward/update/scalafmt-core-3.8.5 Update scalafmt-core to 3.8.5 24eb74c
- Merge branch 'master' into update/sbt-scalafmt-2.5.4 cb92164
shuttie pushed 4 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
Update scalafmt-core to 3.8.5
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.4` to `3.8.5` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/...shuttie pushed 2 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
Update sbt-assembly to 2.3.1
## About this PR 📦 Updates [com.eed3si9n:sbt-assembly](https://github.com/sbt/sbt-assembly) from `2.3.0` to `2.3.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-assembly/releases/tag/v2.3.1...shuttie pushed 1 commit to fix/rag-trim-right nixiesearch/nixiesearch
- add newline after prompt 0e5cdd9
shuttie opened a pull request on nixiesearch/nixiesearch
trim prompt right (and apply maxDocLength)
fixes https://github.com/nixiesearch/nixiesearch/issues/315shuttie created a branch on nixiesearch/nixiesearch
fix/rag-trim-right - Hybrid search engine, combining best features of text and semantic search worlds
shuttie closed an issue on nixiesearch/nixiesearch
Quickstart - indexing put request throws an error
Reproducing this step: https://www.nixiesearch.ai/quickstart/#indexing-data Put request: `curl -XPUT -d @movies.jsonl http://localhost:8080/movies/_index` Throws an error: `{"error":"empty.reduce...shuttie closed a pull request on nixiesearch/nixiesearch
fix crash on json array parsing of undefined fields
fixes https://github.com/nixiesearch/nixiesearch/issues/419shuttie opened a pull request on nixiesearch/nixiesearch
fix crash on json array parsing of undefined fields
fixes https://github.com/nixiesearch/nixiesearch/issues/419shuttie created a branch on nixiesearch/nixiesearch
fix/reduceleft-on-demo - Hybrid search engine, combining best features of text and semantic search worlds
shuttie opened a draft pull request on nixiesearch/nixiesearch
BAAI/gemma2 embedding support
A WIP for a encoder-based embedding model supportshuttie pushed 2 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
switch to buildinfo for guessing CUDA support
Before that we used a set of heuristics based on classpath to guess it - now we can make it simpler and more reliable.shuttie created a branch on nixiesearch/nixiesearch
fix/bge-gemma-support - Hybrid search engine, combining best features of text and semantic search worlds