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 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 ...
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/327shuttie pushed 1 commit to feature/wildcard-fields nixiesearch/nixiesearch
- unbreak rag tests 3b865c7
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/327shuttie 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
shuttie pushed 2 commits to master nixiesearch/nixiesearch
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 pushed 2 commits to master nixiesearch/nixiesearch
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
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