pig7788

Results 2 issues of pig7788

1. fix the way to parse response using list-parsing instead of dict-parsing. see issue [here](https://github.com/chroma-core/chroma/issues/1995). ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug...

### What happened? When I call GoogleVertexEmbeddingFunction to get embeddings, it can't parse response appropriately. code before fixed: ```python if "predictions" in response: embeddings.append(response["predictions"]["embeddings"]["values"]) ``` when I print my response,...

bug
2025-review