Tags: tribe-health/LlamaEdge
Tags
Release 0.15.1 (LlamaEdge#249) * feat(llama-api-server): support API key Signed-off-by: Xin Liu <sam@secondstate.io> * chore(llama-api-server): fix a clippy issue Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): remove `Raw` variant from `SpeechFormat` enum Signed-off-by: Xin Liu <sam@secondstate.io> * feat(core): extend `LlamaCoreError` with `Qdrant` variant Signed-off-by: Xin Liu <sam@secondstate.io> * refactor(core): update code Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): upgrade `qdrant` dep to `0.2.0` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): improve `context_window` field of `ChatCompletionRequest` and improve `ChatCompletionRequestBuilder` Signed-off-by: Xin Liu <sam@secondstate.io> * doc(llama-api-server): update `README` Signed-off-by: Xin Liu <sam@secondstate.io> * doc(prompts): update `README` Signed-off-by: Xin Liu <sam@secondstate.io> * version(endpoints): bump to `0.23.0` Signed-off-by: Xin Liu <sam@secondstate.io> * version(prompts): bump to `0.18.5` Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.25.2` Signed-off-by: Xin Liu <sam@secondstate.io> * chore: upgrade `endpoints` dep Signed-off-by: Xin Liu <sam@secondstate.io> * version: bump to `0.15.1` Signed-off-by: Xin Liu <sam@secondstate.io> --------- Signed-off-by: Xin Liu <sam@secondstate.io>
version: bump to `0.15.1` Signed-off-by: Xin Liu <sam@secondstate.io>
version: bump to `0.15.1` Signed-off-by: Xin Liu <sam@secondstate.io>
version: bump to `0.15.1` Signed-off-by: Xin Liu <sam@secondstate.io>
version: bump to `0.15.1` Signed-off-by: Xin Liu <sam@secondstate.io>
Release 0.15.0 (LlamaEdge#248) * chore(core): update log message Signed-off-by: Xin Liu <sam@secondstate.io> * Added the options.ctx_size from the command line arguments. (LlamaEdge#241) * Added the options.ctx_size from the command line arguments so that the context size is not sent as 0 to llama.cpp. This solves the problem of the context size argument not being passed to llama. * Fixed the format * feat(core): remove duplicated scored points in rag Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): improve rag vdb settings in `ChatCompletionRequest` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): upgrade `qdrant` to `0.1.3` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(endpoints): update tests Signed-off-by: Xin Liu <sam@secondstate.io> * ci(test_api_server): use ggml b4273 Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): upgrade `qdrant` to `0.1.4` Signed-off-by: Xin Liu <sam@secondstate.io> * version(endpoints): bump to `0.20.0` Signed-off-by: Xin Liu <sam@secondstate.io> * version(prompts): bump to `0.18.1` Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.23.4` Signed-off-by: Xin Liu <sam@secondstate.io> * chore: upgrade `endpoints` to `0.20` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): improve `TranscriptionRequest` and `TranslationRequest` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor(core): improve `WhisperMetadata` and `WhisperMetadataBuilder` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(core): improve `init_whisper_context` API Signed-off-by: Xin Liu <sam@secondstate.io> * feat!(endpoints): add `whisper` feature Signed-off-by: Xin Liu <sam@secondstate.io> * feat(endpoints): add `full` feature Signed-off-by: Xin Liu <sam@secondstate.io> * feat!(core): add `whisper` feature Signed-off-by: Xin Liu <sam@secondstate.io> * version(endpoints): bump to `0.21.0` Signed-off-by: Xin Liu <sam@secondstate.io> * version(chat-prompts): bump to `0.18.2` Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.24.0` Signed-off-by: Xin Liu <sam@secondstate.io> * chore: upgrade `endpoints` and `llama-core` deps Signed-off-by: Xin Liu <sam@secondstate.io> * refactor(core): improve the strategy of graph metadata update Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): update `init_whisper_context` API Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.24.1` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): update rustdocs Signed-off-by: Xin Liu <sam@secondstate.io> * feat(endpoints): add `vdb_api_key` field in `EmbeddingRequest` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): support qdrant api-key in `rag_doc_chunks_to_embeddings` API Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): rename fields in `EmbeddingRequest` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(endpoints): improve `ChatCompletionRequest` and `ChatCompletionRequestBuilder` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor!(core): improve `rag_retrieve_context` and `rag_doc_chunks_to_embeddings` APIs Signed-off-by: Xin Liu <sam@secondstate.io> * version(endpoints): bump to `0.22.0` Signed-off-by: Xin Liu <sam@secondstate.io> * version(prompts): bump to `0.18.3` Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.25.0` Signed-off-by: Xin Liu <sam@secondstate.io> * chore: upgrade `endpoints` and `llama-core` deps Signed-off-by: Xin Liu <sam@secondstate.io> * feat(prompts): add `MoxinChatPrompt` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): update `post_process` func Signed-off-by: Xin Liu <sam@secondstate.io> * chore(core): update `post_process` func Signed-off-by: Xin Liu <sam@secondstate.io> * feat(core): impl `Drop` for `Graph` Signed-off-by: Xin Liu <sam@secondstate.io> * feat(llama-api-server): add `--config` CLI option Signed-off-by: Xin Liu <sam@secondstate.io> * feat(llama-api-server): support `--config` CLI option Signed-off-by: Xin Liu <sam@secondstate.io> * test: add `config.yaml` for test Signed-off-by: Xin Liu <sam@secondstate.io> * ci(test_api_server): update `test-api-server-ubuntu` job Signed-off-by: Xin Liu <sam@secondstate.io> * ci(test_api_server): update `test-api-server-ubuntu` job Signed-off-by: Xin Liu <sam@secondstate.io> * ci(test_api_server): update `test-api-server-ubuntu` job Signed-off-by: Xin Liu <sam@secondstate.io> * ci(test_api_server): update workflow Signed-off-by: Xin Liu <sam@secondstate.io> * chore: update `config.yaml` Signed-off-by: Xin Liu <sam@secondstate.io> * version(prompts): bump to `0.18.4` Signed-off-by: Xin Liu <sam@secondstate.io> * version(core): bump to `0.25.1` Signed-off-by: Xin Liu <sam@secondstate.io> * version: bump to `0.15.0` Signed-off-by: Xin Liu <sam@secondstate.io> * doc(llama-api-server): update `README` Signed-off-by: Xin Liu <sam@secondstate.io> --------- Signed-off-by: Xin Liu <sam@secondstate.io> Co-authored-by: Alex Espinoza <aespinoza@users.noreply.github.com>
doc(llama-api-server): update `README` Signed-off-by: Xin Liu <sam@secondstate.io>
doc(llama-api-server): update `README` Signed-off-by: Xin Liu <sam@secondstate.io>
doc(llama-api-server): update `README` Signed-off-by: Xin Liu <sam@secondstate.io>
chore: upgrade `endpoints` and `llama-core` deps Signed-off-by: Xin Liu <sam@secondstate.io>
PreviousNext