mutation IngestUri($uri: URL!) {
ingestUri(uri: $uri) {
id
name
state
type
fileType
uri
}
}
{
"uri": "https://docs.arize.com/phoenix/use-cases/troubleshooting-llm-retrieval-with-vector-stores"
}
{
"type": "PAGE",
"uri": "https://docs.arize.com/phoenix/use-cases/troubleshooting-llm-retrieval-with-vector-stores",
"id": "e92376e6-f18b-4228-8548-76bddc4f9eef",
"name": "Troubleshooting LLM Search and Retrieval with Vector Stores - Phoenix",
"state": "CREATED"
}