--- description: Debug your Search and Retrieval LLM workflows --- # Quickstart: Retrieval This quickstart shows how to start logging your retrievals from your vector datastore to Phoenix and run evaluations. ## Notebooks _Follow our tutorial in a notebook with our Langchain and LlamaIndex integrations_
| Framework | Phoenix Inferences | Phoenix Traces & Spans |
|---|---|---|
| LangChain | Retrieval Analyzer w/ Embeddings | Traces and Spans |
| LlamaIndex | Retrieval Analyzer w/ Embeddings | Traces and Spans |
.png)
| id | text | embedding |
|---|---|---|
| 1 | Voyager 2 is a spacecraft used by NASA to expl... | [-0.02785328, -0.04709944, 0.042922903, 0.0559... |
| query | embedding | retrieved_document_ids | relevance_scores | response |
|---|---|---|---|---|
| who was the first person that walked on the moon | [-0.0126, 0.0039, 0.0217, ... | [7395, 567965, 323794, ... | [11.30, 7.67, 5.85, ... | Neil Armstrong |

Evals in Phoenix UI

Retrieval Evals