llama-stack-mirror/docs/source
Matthew Farrellee d07ebce4d9
feat: (re-)enable Databricks inference adapter (#3500)
# What does this PR do?

add/enable the Databricks inference adapter

Databricks inference adapter was broken, closes #3486 

- remove deprecated completion / chat_completion endpoints
- enable dynamic model listing w/o refresh, listing is not async
- use SecretStr instead of str for token
- backward incompatible change: for consistency with databricks docs,
env DATABRICKS_URL -> DATABRICKS_HOST and DATABRICKS_API_TOKEN ->
DATABRICKS_TOKEN
- databricks urls are custom per user/org, add special recorder handling
for databricks urls
- add integration test --setup databricks
- enable chat completions tests
- enable embeddings tests
- disable n > 1 tests
- disable embeddings base64 tests
- disable embeddings dimensions tests

note: reasoning models, e.g. gpt oss, fail because databricks has a
custom, incompatible response format

## Test Plan

ci and 

```
./scripts/integration-tests.sh --stack-config server:ci-tests --setup databricks --subdirs inference --pattern openai
```

note: databricks needs to be manually added to the ci-tests distro for
replay testing
2025-09-23 15:37:23 -04:00
..
advanced_apis chore: remove absolute paths (#3263) 2025-08-27 12:04:25 -07:00
apis feat: introduce api leveling proposal (#3317) 2025-09-16 18:18:36 +02:00
building_applications chore: Updating documentation, adding exception handling for Vector Stores in RAG Tool, more tests on migration, and migrate off of inference_api for context_retriever for RAG (#3367) 2025-09-11 14:20:11 +02:00
concepts chore: remove absolute paths (#3263) 2025-08-27 12:04:25 -07:00
contributing chore: move benchmarking related code (#3406) 2025-09-10 13:19:44 -07:00
deploying chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
distributions fix: add missing files provider to NVIDIA distribution (#3479) 2025-09-18 13:49:46 +02:00
getting_started docs: Fix incorrect vector_db_id usage in RAG tutorial (#3444) 2025-09-19 11:41:26 -04:00
providers feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
references fix: Remove bfcl scoring function as not supported (#3281) 2025-08-29 11:03:52 -07:00
conf.py docs: horizontal nav bar (#3407) 2025-09-10 12:43:36 -07:00
index.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00