---
name: "hf-space-marriam-fatima-rag-from-scratch"
description: "Use the Hugging Face Space Marriam-Fatima/rag-from-scratch."
metadata:
  source: huggingface-space
  spaceId: "Marriam-Fatima/rag-from-scratch"
  hubUrl: https://huggingface.co/spaces/Marriam-Fatima/rag-from-scratch
  agentsMdUrl: https://huggingface.co/spaces/Marriam-Fatima/rag-from-scratch/agents.md
  appUrl: https://marriam-fatima-rag-from-scratch.hf.space
---

# Hugging Face Space: Marriam-Fatima/rag-from-scratch

Use this skill when the user wants to use the Hugging Face Space `Marriam-Fatima/rag-from-scratch`.

- Space page: https://huggingface.co/spaces/Marriam-Fatima/rag-from-scratch
- App URL: https://marriam-fatima-rag-from-scratch.hf.space
- Source instructions: https://huggingface.co/spaces/Marriam-Fatima/rag-from-scratch/agents.md

## Space agent instructions

To use this application (Marriam-Fatima/rag-from-scratch: Ask questions about your uploaded documents with grounded answers):
API schema: GET https://marriam-fatima-rag-from-scratch.hf.space/gradio_api/info
Call endpoint: POST https://marriam-fatima-rag-from-scratch.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://marriam-fatima-rag-from-scratch.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://marriam-fatima-rag-from-scratch.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
