github Arize-ai/phoenix 0.0.30

Search And Retrieval Troubleshooting

This release contains troubleshooting workflows for search and retrieval! If you are building an LLM powered application that uses RAG (retrieval augmented generation), poor retrieval can be detrimental to the user-experience of your app. Phoenix now supports passing in your knowledge base as a corpus dataset so that you can inspect how your retrieval system is querying for relevant documents in your vector store. Phoenix automatically computes the distance between your queries and document embeddings, helping you quickly identify slices of your data that represent user queries that are not contained in your vector store. Not only that, it visually overlays the retrieval connections within the point cloud so you can visually highlight the vector store clusters your retriever is pulling data from. For all the details, check out our notebooks that cover search and retrieval!



phoenix_rag.mp4

What's Changed

New Contributors

Full Changelog: v0.0.28...0.0.30

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.