Merged
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage 75.88% 75.88%
=======================================
Files 9 9
Lines 817 817
Branches 211 211
=======================================
Hits 620 620
Misses 78 78
Partials 119 119
|
var77
added a commit
that referenced
this pull request
Oct 8, 2024
* Add lantern-cli daemon mode * Add memory optimizations and comment code * Add Dockerfile for cli * Add logger, add task id when logging * Fix db exporter * Fix logger.warn * Update README add logger in create index * Add dockerfile for CUDA * Add print_raw method for logger * Update onnxruntime version in README * Update GPU dockerfile * Update README for docker usage * Add update listener, continous embedding generation, startup checks * Fix startup query * Optimize tokenizer * Implement stop handler, optimize code, make fault tolerant * Remove unnecessary clones on references * Set data path based on OS * Add restarts on connection loss * Implement row locking and batching for client table inserts * Rename client to client_jobs * Check write permission on target table, add streaming option in embeddings * Send pending jobs only to update channel * Fix model column name typo * Fix startup job init * Fix init_finished_at update on startup * Add comment * Change gh runner ubuntu version * Update versions and README * Fix updates for rows with non-numeric ids * Update BERT large model to v1.5 * Add more BERT models * Make tokenizer and inputs for bert model dynamic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.