Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use accurate token counts (BloopAI#1024) * Use accurate token counts The `total` token count is now based upon an identical format conversation sent to the LLM during response generation. This results in counts that should be accurate, and prevent token limit errors entirely. * Match token counts precisely, and add baseline count * Calculate `total` as summation of other section token counts * add message to response if it ended when token limit exceeded, no translations --------- Co-authored-by: anastasiia <anastasiya1155@gmail.com> * Send full redirect target to cognito (BloopAI#1034) * Update Helm chart (BloopAI#1033) * update helm chart * remove secret.yaml * put back secret.yaml * mandatory Semantic in /search (BloopAI#1039) * Upgrade qdrant version to 1.6 (BloopAI#1037) * Upgrade qdrant version * Update qdrant binaries * Fix race in credentials polling (BloopAI#1042) Previously the assumption here was that this path is locked & safe when there is a furnished github cred in the system. However, when the user logs out, the `unwrap()` call can blow up the task, and this may cause issues. * Enable paid features for desktop users (BloopAI#1038) * Add pro features to default builds * Check user's status through `User` object * Adapt webserver layer for paid feature gate * Just enforce schema right out of the gate * Fix date parsing logic * allow paid users sync branches * Fix clippy features * Disable branch switching for local repos * cloud implies pro * Update dockerfile --------- Co-authored-by: anastasiia <anastasiya1155@gmail.com> * Update flake (BloopAI#1044) * Debug logs for initialisation (BloopAI#1036) * debug logs for initialisation * Scope logging * DB too * Clippy error --------- Co-authored-by: rsdy <p@symmetree.dev> * Allow indexing of large files (BloopAI#1040) * WIP * Support indexing large files, but lazy load them from local file system * bump tantivy to v0.21 (BloopAI#1043) * bump tantivy to v0.22 * address clippy * fix broken tests * bump version to 0.5.6 (BloopAI#1047) --------- Co-authored-by: calyptobai <111788964+calyptobai@users.noreply.github.com> Co-authored-by: anastasiia <anastasiya1155@gmail.com> Co-authored-by: rsdy <rsdy@users.noreply.github.com> Co-authored-by: Gabriel Gordon-Hall <ggordonhall@gmail.com> Co-authored-by: rsdy <p@symmetree.dev> Co-authored-by: akshay <nerdy@peppe.rs> Co-authored-by: Anastasiia Solop <35258279+anastasiya1155@users.noreply.github.com> Co-authored-by: Ilya Zedgenizov <izedgenizov@saber.games>
- Loading branch information