Commit graph

  • a285f9c95f chore: refactor server.main Eric Huang 2025-09-17 12:24:13 -07:00
  • ac1414b571
    fix: Set provider_id in NVIDIA notebook when registering dataset (#3472) Jash Gulabrai 2025-09-17 14:45:15 -04:00
  • 1a25a17836 Taking into account review: ignore, asserts, pytest.fixture Akram Ben Aissi 2025-09-17 19:49:38 +02:00
  • 9fe8097ca4
    docs: update documentation links (#3459) Alexey Rybak 2025-09-17 10:37:35 -07:00
  • 3ac26777f0 set wide columns to avoid line breaks in the log Matthew Farrellee 2025-09-17 13:04:44 -04:00
  • 2ec323ece1 fix: Update inference recorder to handle both Ollama and OpenAI model Derek Higgins 2025-09-17 10:09:05 +01:00
  • 506b8ed744
    Revert "fix: Added a bug fix when registering new models (#3453)" Matthew Farrellee 2025-09-17 10:36:29 -04:00
  • 651ccd5ea0 fix: Set provider_id in NVIDIA notebook when registering dataset Jash Gulabrai 2025-09-17 09:46:40 -04:00
  • a666f6df3e
    Merge branch 'main' into responses_object Emilio Garcia 2025-09-17 08:48:08 -04:00
  • c35606facb feat: include all models from provider's /v1/models Matthew Farrellee 2025-09-17 07:07:07 -04:00
  • 9acf49753e
    fix: Fixing prompts import warning (#3455) Francisco Arceo 2025-09-17 02:24:58 -06:00
  • fad4843548
    fix: unbound variable PR_HEAD_REPO (#3469) Derek Higgins 2025-09-17 09:18:43 +01:00
  • d3306ea7ac fix: unbound variable PR_HEAD_REPO Derek Higgins 2025-09-17 09:01:17 +01:00
  • d7e7cf92a9
    Merge branch 'main' into fix-prompt-api-import Francisco Arceo 2025-09-16 20:43:59 -06:00
  • e0e2b1bd0e
    fix: Added a bug fix when registering new models (#3453) Omar Abdelwahab 2025-09-16 19:09:06 -07:00
  • 1f11ac477a updated warning message Omar Abdelwahab 2025-09-16 19:04:31 -07:00
  • 9eb33074c6 Added a more succint warning message Omar Abdelwahab 2025-09-16 18:40:59 -07:00
  • 43a2600158
    Merge branch 'main' into store_registeration_bug_fix Omar Abdelwahab 2025-09-16 18:18:56 -07:00
  • 6db4c39401 moved llist of apis to global variable and imported in test Francisco Javier Arceo 2025-09-16 20:22:18 -04:00
  • b71f7f6ef5 Release candidate 0.0.0.dev20250917001440 rc-0.0.0.dev20250917001440 github-actions[bot] 2025-09-17 00:15:29 +00:00
  • 563c8c231c
    Merge branch 'main' into TamiTakamiya/tool-param-definition-update Kai Wu 2025-09-16 15:04:32 -07:00
  • fe804db21f local Eric Huang 2025-09-16 14:13:40 -07:00
  • efbe5fd477 Add version modifiers to display build version, dependencies and providers: - add the llama stack version command that accepts modifiers to get additional informations - without any argument it displays the build version as the llama --version command - -o table,json allows to change output format - --dependencies display the dependency list used to build llamastack - --build-info displays the build information - --all display both and build version Akram Ben Aissi 2025-06-25 17:52:00 +02:00
  • e3d98059fc
    Merge branch 'main' into fix-prompt-api-import Francisco Arceo 2025-09-16 14:12:19 -06:00
  • 82ca315d3b Recordings update from CI (suite: base) github-actions[bot] 2025-09-16 20:07:36 +00:00
  • ececc323d3 build: Bump version to 0.2.22 github-actions[bot] 2025-09-16 19:44:03 +00:00
  • 01000bc822 build: Bump version to 0.2.22 v0.2.22 release-0.2.22 github-actions[bot] 2025-09-16 19:43:14 +00:00
  • 7ce90ed66c Release candidate 0.2.22rc2 v0.2.22rc2 rc-0.2.22rc2 github-actions[bot] 2025-09-16 19:25:29 +00:00
  • 49d4a5cc84
    feat: add embedding and dynamic model support to Together inference adapter (#3458) Matthew Farrellee 2025-09-16 14:53:41 -04:00
  • 477feb68f3 Release candidate 0.2.22rc1 v0.2.22rc1 rc-0.2.22rc1 github-actions[bot] 2025-09-16 18:52:16 +00:00
  • 05b70029db Release candidate 0.0.0.dev20250916183506 rc-0.0.0.dev20250916183506 github-actions[bot] 2025-09-16 18:35:52 +00:00
  • 14a7dafbae
    Merge branch 'main' into alexey-doc-links-update Alexey Rybak 2025-09-16 11:35:44 -07:00
  • 3defdf7d3a
    fix: docker failing to start container[pydantic] (#3460) slekkala1 2025-09-16 11:33:43 -07:00
  • e3f7cd318a
    Precommit fixes Tami Takamiya 2025-09-16 14:32:10 -04:00
  • c9c402e418 add note about use of together.AsyncTogether for model listing Matthew Farrellee 2025-09-16 14:24:01 -04:00
  • 8095602697 feat: introduce API leveling, post_training to v1alpha Charlie Doern 2025-09-12 13:23:57 -04:00
  • 3bccc57f34
    Merge branch 'main' into alexey-doc-links-update Alexey Rybak 2025-09-16 11:09:25 -07:00
  • 87084f6e41 fix: docker failing to start container[pydantic] Swapna Lekkala 2025-09-16 11:08:03 -07:00
  • d915eaaced (docs): update links from readthedocs to llamastack.github.io Alexey Rybak 2025-09-16 11:05:03 -07:00
  • dffef27cf5 fix: docker failing to start container [pydantic] fix-test-cut Swapna Lekkala 2025-09-16 11:03:27 -07:00
  • 1e5c84e99c inline::sentence-transformers does not support embedding dimensions param Matthew Farrellee 2025-09-16 14:00:05 -04:00
  • 273d831e1e
    Merge branch 'main' into fix-prompt-api-import Francisco Arceo 2025-09-16 11:54:18 -06:00
  • ae975f96ce
    Fix pre-commit Tami Takamiya 2025-09-11 13:23:38 -04:00
  • b973c43c2e
    Unit test Tami Takamiya 2025-08-01 08:08:59 -04:00
  • 30768cc8c6
    Add items and title to ToolParameter/ToolParamDefinition Tami Takamiya 2025-07-31 14:03:04 -04:00
  • 6b855af96f
    feat: introduce api leveling proposal (#3317) Charlie Doern 2025-09-16 12:18:36 -04:00
  • 3e02dc5c2f feat: add embedding and dynamic model support to Together inference adapter Matthew Farrellee 2025-09-16 12:13:14 -04:00
  • 9fc0696052 fix: Fixing prompts import warning Francisco Javier Arceo 2025-09-16 09:11:17 -04:00
  • 046d85fa79
    feat: ability to use postgres as store for starter distro Sébastien Han 2025-07-22 11:31:30 +02:00
  • 86a85da877
    chore: re-add files in the package Sébastien Han 2025-09-16 14:45:37 +02:00
  • b4789c5941
    chore: exclude ci-test distro from the package Sébastien Han 2025-09-16 14:34:06 +02:00
  • 65d45c7318
    chore: various watsonx fixes (#3428) Sébastien Han 2025-09-16 13:55:10 +02:00
  • a1527b3528
    chore: rm tgi Sébastien Han 2025-09-16 13:21:25 +02:00
  • ed8b884a71
    chore: various watsonx fixes Sébastien Han 2025-09-12 16:57:29 +02:00
  • 6502779f09 Add duplicate comment in test_registry.py Omar Abdelwahab 2025-09-15 18:42:05 -07:00
  • 58a03caa31 Pre-commit Omar Abdelwahab 2025-09-15 18:37:05 -07:00
  • 87f1b6994c Fix duplicate comment in test_registry.py Omar Abdelwahab 2025-09-15 18:21:53 -07:00
  • 26bd6be4f2 updated the warning comment Omar Abdelwahab 2025-09-15 17:09:59 -07:00
  • 5ce41fa85e updated the warning message Omar Abdelwahab 2025-09-15 17:07:42 -07:00
  • a67b9d7523 minor linting change Omar Abdelwahab 2025-09-15 17:01:02 -07:00
  • b0cc00e490 ran pre-commit Omar Abdelwahab 2025-09-15 16:55:59 -07:00
  • 3492c9c8d1 Added a bug fix when registering new models Omar Abdelwahab 2025-09-15 16:47:35 -07:00
  • 921f1817ed Release candidate 0.2.21-dev.20250915 v0.2.21-dev.20250915 rc-0.2.21-dev.20250915 github-actions[bot] 2025-09-15 21:14:30 +00:00
  • aa9a572272 pr fix for #3300 Kai Wu 2025-09-15 13:18:37 -07:00
  • f4ab154ade
    feat: add dynamic model registration support to TGI inference (#3417) Matthew Farrellee 2025-09-15 15:52:40 -04:00
  • ab321739f2
    feat: create HTTP DELETE API endpoints to unregister ScoringFn and Benchmark resources in Llama Stack (#3371) IAN MILLER 2025-09-15 20:43:38 +01:00
  • 13d00b0376 fix issue 3330 Kai Wu 2025-09-15 12:32:34 -07:00
  • 91fb6f42cb Merge branch 'main' into use-openai-for-ollama Matthew Farrellee 2025-09-15 15:31:03 -04:00
  • 01bdcce4d2
    chore(recorder): update mocks to be closer to non-mock environment (#3442) Matthew Farrellee 2025-09-15 15:25:53 -04:00
  • 5900bce4a5 Added initial documentation for how to configure and launch llama stack Omar Abdelwahab 2025-09-15 12:10:42 -07:00
  • 5cc605deb5 Set mock_client_instance to async Akram Ben Aissi 2025-09-15 19:23:37 +02:00
  • 67728bfccf Update vLLM health check to use /health endpoint Akram Ben Aissi 2025-09-15 12:57:02 +02:00
  • 5e74bc7fcf Add dynamic authentication token forwarding support for vLLM provider Akram Ben Aissi 2025-09-12 20:21:53 +02:00
  • 0591451ed6
    feat: create HTTP DELETE API endpoints to allow users to free up ScoringFn and Benchmark resources in LS r3v5 2025-09-08 14:28:12 +01:00
  • 2aea2e6cd7
    chore!: remove old ui implementation Sébastien Han 2025-09-15 10:57:29 +02:00
  • 040ff976a3
    Merge 352d990176 into b6cb817897 Mustafa Elbehery 2025-09-15 09:52:04 +02:00
  • b6cb817897
    chore(ui-deps): bump @radix-ui/react-select from 2.2.5 to 2.2.6 in /llama_stack/ui (#3437) dependabot[bot] 2025-09-15 09:46:14 +02:00
  • 36fd97e306
    chore(ui-deps): bump next from 15.3.3 to 15.5.3 in /llama_stack/ui (#3438) dependabot[bot] 2025-09-15 09:46:05 +02:00
  • 64c65fd22c Release candidate 0.0.0.dev20250915001600 rc-0.0.0.dev20250915001600 github-actions[bot] 2025-09-15 00:16:41 +00:00
  • 1039c8e7cf docs: Fix incorrect vector_db_id usage in RAG tutorial Adam Young 2025-09-14 15:10:01 -05:00
  • 7b5685b1d9 update recordings Matthew Farrellee 2025-09-14 09:41:05 -04:00
  • ee79812da2 chore(recorder): update mocks to be closer to non-mock environment Matthew Farrellee 2025-09-14 07:04:44 -04:00
  • b9e09a3787 Release candidate 0.0.0.dev20250914001548 rc-0.0.0.dev20250914001548 github-actions[bot] 2025-09-14 00:16:28 +00:00
  • be81af962a
    chore(ui-deps): bump jest and @types/jest in /llama_stack/ui dependabot/npm_and_yarn/llama_stack/ui/multi-974e46ac7a dependabot[bot] 2025-09-13 20:07:59 +00:00
  • 85a4708f62
    chore(ui-deps): bump @types/node in /llama_stack/ui dependabot[bot] 2025-09-13 20:07:40 +00:00
  • f1dfd4ba70
    chore(ui-deps): bump eslint from 9.26.0 to 9.35.0 in /llama_stack/ui dependabot[bot] 2025-09-13 20:07:32 +00:00
  • 88bd7f1891
    chore(ui-deps): bump next from 15.3.3 to 15.5.3 in /llama_stack/ui dependabot[bot] 2025-09-13 20:07:23 +00:00
  • 3a39c61dd8
    chore(ui-deps): bump @radix-ui/react-select in /llama_stack/ui dependabot[bot] 2025-09-13 20:07:04 +00:00
  • 55470432c4
    chore(python-deps): bump chromadb from 1.0.20 to 1.0.21 dependabot[bot] 2025-09-13 20:05:47 +00:00
  • 93d6c89701
    chore(python-deps): bump openai from 1.107.0 to 1.107.2 dependabot[bot] 2025-09-13 20:05:39 +00:00
  • 7224bfe744
    chore(python-deps): bump opentelemetry-exporter-otlp-proto-http dependabot[bot] 2025-09-13 20:05:32 +00:00
  • 08234a51e6
    chore(python-deps): bump locust from 2.40.1 to 2.40.4 dependabot[bot] 2025-09-13 20:05:26 +00:00
  • 12a2ad1fd1
    chore(python-deps): bump pydantic from 2.11.7 to 2.11.9 dependabot[bot] 2025-09-13 20:05:19 +00:00
  • 6787755c0c
    chore(recorder): add support for NOT_GIVEN (#3430) Matthew Farrellee 2025-09-13 14:11:38 -04:00
  • 8cf2128b40
    chore(tests): always show slowest tests (#3431) Matthew Farrellee 2025-09-13 12:28:04 -04:00
  • c83d649f27 chore(tests): always show slowest tests Matthew Farrellee 2025-09-13 06:40:01 -04:00
  • d37978508f chore(recorder): add support for NOT_GIVEN Matthew Farrellee 2025-09-13 05:06:07 -04:00
  • 1c42816b41 Release candidate 0.0.0.dev20250913001348 rc-0.0.0.dev20250913001348 github-actions[bot] 2025-09-13 00:14:33 +00:00
  • 3de9ad0a87
    chore(recorder, tests): add test for openai /v1/models (#3426) Matthew Farrellee 2025-09-12 17:59:56 -04:00
  • a7caacf1bf further simplify the async management Matthew Farrellee 2025-09-12 17:44:48 -04:00