llama-stack-mirror/llama_stack
Ashwin Bharambe f2feb7d15c
Fix Chroma adapter (#893)
Chroma method had the wrong signature.

## Test Plan

Start Chroma: `chroma run --path /tmp/foo/chroma2 --host localhost
--port 6001`

Modify run.yaml to include Chroma server pointing to localhost:6001 and
run `llama stack run`

Then:

```bash
LLAMA_STACK_BASE_URL=http://localhost:8321 pytest -s -v agents/test_agents.py -k rag
```

passes
2025-01-28 13:19:47 -08:00
..
apis Fix ResponseFormat import 2025-01-28 09:34:05 -08:00
cli Small refactor for run_with_pty 2025-01-28 09:32:33 -08:00
distribution Small refactor for run_with_pty 2025-01-28 09:32:33 -08:00
providers Fix Chroma adapter (#893) 2025-01-28 13:19:47 -08:00
scripts [memory refactor][3/n] Introduce RAGToolRuntime as a specialized sub-protocol (#832) 2025-01-22 10:04:16 -08:00
templates Report generation minor fixes (#884) 2025-01-28 04:58:12 -08:00
__init__.py export LibraryClient 2024-12-13 12:08:00 -08:00