Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shuttie pushed 2 commits to master nixiesearch/nixiesearch
shuttie created a branch on nixiesearch/nixiesearch
doc/geopoint - Hybrid search engine, combining best features of text and semantic search worlds
shuttie pushed 3 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
add nixie cache dirs to ci cache
to speedup the CIshuttie opened a pull request on nixiesearch/nixiesearch
add nixie cache dirs to ci cache
to speedup the CIshuttie created a branch on nixiesearch/nixiesearch
fix/ci-cache - Hybrid search engine, combining best features of text and semantic search worlds
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
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/328shuttie pushed 2 commits to feature/geopoint-support nixiesearch/nixiesearch
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 ...
shuttie pushed 5 commits to master nixiesearch/nixiesearch
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
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