Ecosyste.ms: Timeline

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

shuttie

shuttie deleted a branch nixiesearch/nixiesearch

feature/delete-api

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • add bulk delete api 6f74a61
  • Merge pull request #408 from nixiesearch/feature/delete-api add bulk delete api eef047b

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
add bulk delete api
Example, deleting all documents from the index: ```shell curl -XPOST -d '{}' http://localhost:8080/msmarco/_delete|jq . ``` ``` { "status": "ok", "took": 3, "deleted": 100 } ```
shuttie created a branch on nixiesearch/nixiesearch

fix/llamacpp-healthcheck-fail - Hybrid search engine, combining best features of text and semantic search worlds

shuttie opened a pull request on nixiesearch/nixiesearch
add bulk delete api
Example, deleting all documents from the index: ```shell curl -XPOST -d '{}' http://localhost:8080/msmarco/_delete|jq . ``` ``` { "status": "ok", "took": 3, "deleted": 100 } ```
shuttie created a branch on nixiesearch/nixiesearch

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

shuttie created a comment on an issue on nixiesearch/nixiesearch
Hey @JimAllanson! Now it's possible to have wildcard placeholders in field names like: ```yaml schema: movies: extra_*: type: text search: type: lexical ...

View on GitHub

shuttie deleted a branch nixiesearch/nixiesearch

feature/wildcard-fields

shuttie pushed 6 commits to master nixiesearch/nixiesearch
  • implement wildcard fields bba7970
  • make tests pass f1a72c5
  • add more tests e543b2e
  • unbreak rag tests 3b865c7
  • add docs for wildcard fields 5ece8c0
  • Merge pull request #407 from nixiesearch/feature/wildcard-fields Wildcard field support ec7508b

View on GitHub

shuttie closed an issue on nixiesearch/nixiesearch
"Wildcard" mapping as an alternative to dynamic mapping
I see that dynamic mapping isn't supported: > [Dynamic mapping](https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-mapping.html) in most search engines is considered an anti...
shuttie closed a pull request on nixiesearch/nixiesearch
Wildcard field support
fixes https://github.com/nixiesearch/nixiesearch/issues/327
shuttie pushed 1 commit to feature/wildcard-fields nixiesearch/nixiesearch

View on GitHub

shuttie opened a draft pull request on nixiesearch/nixiesearch
Wildcard field support
fixes https://github.com/nixiesearch/nixiesearch/issues/360 and https://github.com/nixiesearch/nixiesearch/issues/327
shuttie created a branch on nixiesearch/nixiesearch

feature/wildcard-fields - Hybrid search engine, combining best features of text and semantic search worlds

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update logback-classic to 1.5.16 f67d0ff
  • Merge pull request #399 from scala-steward/update/logback-classic-1.5.16 Update logback-classic to 1.5.16 63d50c7

View on GitHub

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • Update commons-codec to 1.17.2 c82055a
  • Merge pull request #401 from scala-steward/update/commons-codec-1.17.2 Update commons-codec to 1.17.2 71b9ab3

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
Update commons-codec to 1.17.2
## About this PR 📦 Updates [commons-codec:commons-codec](https://github.com/apache/commons-codec) from `1.17.1` to `1.17.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resol...
shuttie deleted a branch nixiesearch/nixiesearch

fix/pass-seed-llamacpp

shuttie pushed 2 commits to master nixiesearch/nixiesearch
  • pass --seed option to llamacpp-server c906107
  • Merge pull request #406 from nixiesearch/fix/pass-seed-llamacpp pass --seed option to llamacpp-server 0d47c81

View on GitHub

shuttie closed a pull request on nixiesearch/nixiesearch
pass --seed option to llamacpp-server
To make CI more deterministic.
shuttie opened a pull request on nixiesearch/nixiesearch
pass --seed option to llamacpp-server
To make CI more deterministic.
shuttie created a branch on nixiesearch/nixiesearch

fix/pass-seed-llamacpp - Hybrid search engine, combining best features of text and semantic search worlds

shuttie closed a pull request on nixiesearch/nixiesearch
add version banner
Fixes https://github.com/nixiesearch/nixiesearch/issues/402 Now it prints version when boots: ``` 13:24:46.028 INFO ai.nixiesearch.main.Main$ - Staring Nixiesearch: version=0.4.0-RC1 jdk[buil...
shuttie opened a pull request on nixiesearch/nixiesearch
add version banner
Fixes https://github.com/nixiesearch/nixiesearch/issues/402 Now it prints version when boots: ``` 13:24:46.028 INFO ai.nixiesearch.main.Main$ - Staring Nixiesearch: version=0.4.0-RC1 jdk[buil...
shuttie created a branch on nixiesearch/nixiesearch

fix/version-in-logo - Hybrid search engine, combining best features of text and semantic search worlds

shuttie opened an issue on nixiesearch/nixiesearch
S3 pull-based incremental reindexing
Currently S3 document source is finite: it starts processing all files, and when no more files left, it finishes the indexing process. From the Slack discussion: > I have a question - is Ka...
shuttie opened an issue on nixiesearch/nixiesearch
S3 and Kafka indexing shoud support document deletes
Deletes should happen via a tombstone documents with an internal `_delete` field: ```json {"_id": "123", "_delete": true} ```
shuttie created a comment on a pull request on nixiesearch/nixiesearch
Hey @jensenbox - we got a preview release available for testing: https://github.com/nixiesearch/nixiesearch/releases/tag/0.4.0-RC1

View on GitHub

shuttie published a release on nixiesearch/nixiesearch
0.4.0-RC1
## Hey this is an RC1, and not a final release This is an RC1 release to test a ton of major internal changes inside the Nixiesearch: * we now use an embedded llamacpp-server (instead of the JN...
shuttie created a tag on nixiesearch/nixiesearch

0.4.0-RC1 - Hybrid search engine, combining best features of text and semantic search worlds

Load more