llama-stack-mirror/llama_stack/providers
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
..
inline Agent response format (#660) 2025-01-28 05:05:38 -08:00
registry Move runpod provider to the correct directory 2025-01-23 12:25:12 -08:00
remote Fix Chroma adapter (#893) 2025-01-28 13:19:47 -08:00
tests Move runpod provider to the correct directory 2025-01-23 12:25:12 -08:00
utils [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00