Ecosyste.ms: Timeline

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

shuttie

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • add docs for geopoint fields 05578e1
  • Merge pull request #394 from nixiesearch/doc/geopoint add docs for geopoint fields 78e4274

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
add docs for geopoint fields
shuttie opened a pull request on nixiesearch/nixiesearch
add docs for geopoint fields
shuttie created a branch on nixiesearch/nixiesearch

doc/geopoint - Hybrid search engine, combining best features of text and semantic search worlds

shuttie deleted a branch nixiesearch/nixiesearch

fix/ci-cache

shuttie pushed 3 commits to master nixiesearch/nixiesearch
  • add nixie cache dirs to ci cache b9dcade
  • upgrade to actions/cache@v4 af468f0
  • Merge pull request #393 from nixiesearch/fix/ci-cache add nixie cache dirs to ci cache 67a02a2

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
add nixie cache dirs to ci cache
to speedup the CI
shuttie pushed 1 commit to fix/ci-cache nixiesearch/nixiesearch
  • upgrade to actions/cache@v4 af468f0

View on GitHub

shuttie opened a pull request on nixiesearch/nixiesearch
add nixie cache dirs to ci cache
to speedup the CI
shuttie created a branch on nixiesearch/nixiesearch

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

shuttie deleted a branch nixiesearch/nixiesearch

feature/geopoint-support

shuttie pushed 9 commits to master nixiesearch/nixiesearch
  • add support for stored geopoints e95d8ff
  • add test for geo search 0e623cf
  • unbreak GeopointFieldCodecTest 874e71e
  • make RAGEndToEndTest not flaky 51adc8a
  • Merge branch 'master' into feature/geopoint-support ffbbe11
  • fix tests 07e109b
  • fix tests 6843643
  • merge codec with json format 8263e1d
  • Merge pull request #338 from nixiesearch/feature/geopoint-support Geopoint field type, with distance and box queries 0b9b6b2

View on GitHub

shuttie closed an issue on nixiesearch/nixiesearch
geoCoordinates
Any plan to implement https://weaviate.io/developers/weaviate/config-refs/datatypes#datatype-geocoordinates or the like?
shuttie closed a pull request on nixiesearch/nixiesearch
Geopoint field type, with distance and box queries
An early prototype, need to add more docs. Fixes https://github.com/nixiesearch/nixiesearch/issues/328
shuttie pushed 2 commits to feature/geopoint-support nixiesearch/nixiesearch

View on GitHub

shuttie pushed 89 commits to feature/geopoint-support nixiesearch/nixiesearch
  • Update logback-classic to 1.5.10 4b3c838
  • Update fs2-compress-bzip2, ... to 2.2.1 cef7415
  • remove semicolon in test file names for gpu test 09ff188
  • Merge pull request #335 from nixiesearch/fix/windows-git-clone remove semicolon in test file names for gpu test 66dcce6
  • Merge pull request #329 from scala-steward/update/logback-classic-1.5.10 Update logback-classic to 1.5.10 b1baed9
  • Merge pull request #330 from scala-steward/update/fs2-compress-bzip2-2.2.1 Update fs2-compress-bzip2, ... to 2.2.1 b0e883a
  • Update logback-classic to 1.5.11 01a104f
  • Merge pull request #340 from scala-steward/update/logback-classic-1.5.11 Update logback-classic to 1.5.11 d5af546
  • Update sbt, scripted-plugin to 1.10.3 38b4b4d
  • Merge pull request #341 from scala-steward/update/sbt-1.10.3 Update sbt, scripted-plugin to 1.10.3 31fb8e2
  • Update scala3-library to 3.5.2 5eeb917
  • Update logback-classic to 1.5.12 60c11fd
  • Merge pull request #342 from scala-steward/update/scala3-library-3.5.2 Update scala3-library to 3.5.2 b33747a
  • Merge pull request #343 from scala-steward/update/logback-classic-1.5.12 Update logback-classic to 1.5.12 ecd88b1
  • Update zstd-jni to 1.5.6-7 2256103
  • Update kafka-clients to 3.8.1 ef8c5a6
  • Update cats-effect to 3.5.5 48fb839
  • Update onnxruntime to 1.20.0 f1f7c65
  • Update http4s-circe, http4s-dsl, ... to 1.0.0-M43 f151125
  • Update sbt, scripted-plugin to 1.10.5 25f8f62
  • and 69 more ...

View on GitHub

shuttie pushed 5 commits to master nixiesearch/nixiesearch
  • pass schema to the doc encoder/decoder 642aa47
  • make tests pass da4c776
  • remove unused code 50d1979
  • fix broken tests 157761a
  • Merge pull request #392 from nixiesearch/fix/enforce-schema-doc-parser Refactor JSON parser to enforce doc schema fr... bd957a9

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Refactor JSON parser to enforce doc schema from config
Before we had JSON -> Intermediate AST -> Document, and now we parse directly to the document without any intermediates.
shuttie pushed 2 commits to fix/enforce-schema-doc-parser nixiesearch/nixiesearch

View on GitHub

shuttie opened a pull request on nixiesearch/nixiesearch
Refactor JSON parser to enforce doc schema from config
Before we had JSON -> Intermediate AST -> Document, and now we parse directly to the document without any intermediates.
shuttie created a branch on nixiesearch/nixiesearch

fix/enforce-schema-doc-parser - Hybrid search engine, combining best features of text and semantic search worlds

shuttie created a comment on an issue on scalameta/scalafmt
@kitbellew yes I've read the issue template and saw the notice. But it's still unclear to me, if there's a way to triage beforehand to figure out if it's a `scalameta` or `scalafmt` issue? I have a...

View on GitHub

shuttie opened an issue on scalameta/scalafmt
scala3 named tuple style pattern matching is not working
## Steps Given code like this: ```scala import language.experimental.namedTuples object Main { case class StringField(name: String, value: String) def test(field: StringField) = fie...
shuttie deleted a branch nixiesearch/nixiesearch

feature/llamacpp-embedded

shuttie pushed 3 commits to master nixiesearch/nixiesearch
  • migrate to native embedded llamacpp d5cbcfe
  • update docs cd31d5d
  • Merge pull request #390 from nixiesearch/feature/llamacpp-embedded migrate to native embedded llamacpp 969c128

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
migrate to native embedded llamacpp
Should allow running any modern LLM and seamless llamacpp upgrades.
shuttie pushed 1 commit to feature/llamacpp-embedded nixiesearch/nixiesearch

View on GitHub

shuttie opened an issue on nixiesearch/nixiesearch
Migrate inference endpoints to be OpenAI-compatible
As re-inventing the wheel does not make any sense. We should also deprecate the old endpoints.
shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update tokenizers to 0.31.1 a2394d6
  • Merge pull request #384 from scala-steward/update/tokenizers-0.31.1 Update tokenizers to 0.31.1 0c315db

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update tokenizers to 0.31.1
## About this PR 📦 Updates [ai.djl.huggingface:tokenizers](https://github.com/deepjavalibrary/djl) from `0.31.0` to `0.31.1` 📜 [GitHub Release Notes](https://github.com/deepjavalibrary/djl/release...
Load more