llama-stack-mirror/docs/docs
ehhuang d01bde8448 feat: openai files provider (#3946)
# What does this PR do?
- Adds OpenAI files provider 
- Note that file content retrieval is pretty limited by `purpose`
https://community.openai.com/t/file-uploads-error-why-can-t-i-download-files-with-purpose-user-data/1357013?utm_source=chatgpt.com

## Test Plan
Modify run yaml to use openai files provider:
```
  files:
  - provider_id: openai
    provider_type: remote::openai
    config:
      api_key: ${env.OPENAI_API_KEY:=}
      metadata_store:
        backend: sql_default
        table_name: openai_files_metadata

# Then run files tests
❯ uv run --no-sync ./scripts/integration-tests.sh --stack-config server:ci-tests --inference-mode replay --setup ollama --suite base --pattern test_files
```
2025-10-31 15:10:25 -07:00
..
advanced_apis chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
building_applications chore: Updating how default embedding model is set in stack (#3818) 2025-10-20 14:22:45 -07:00
concepts chore: update API leveling docs with deprecation flag (#3837) 2025-10-17 10:17:58 -07:00
contributing chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
deploying chore: use uvicorn to start llama stack server everywhere (#3625) 2025-10-06 14:27:40 +02:00
distributions docs: fix the building distro file (#3880) 2025-10-21 14:26:35 -07:00
getting_started docs: fix sidebar of Detailed Tutorial (#3856) 2025-10-20 13:10:50 -04:00
providers feat: openai files provider (#3946) 2025-10-31 15:10:25 -07:00
references chore(cleanup)!: kill vector_db references as far as possible (#3864) 2025-10-20 20:06:16 -07:00
api-overview.md docs: api separation (#3630) 2025-10-01 10:13:31 -07:00
index.mdx docs: fix more broken links (#3649) 2025-10-02 10:43:49 +02:00