MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / add_document

Route add_document

app/routers/document.py:None–None  ·  view source on GitHub ↗
router.post("/add-document",
             summary="Allows for adding an document to the graph from specified URL",
             description="Take the specified uri and add the document to the graph us

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, Depends, HTTPException, status
2from bs4 import BeautifulSoup, Comment
3from typing import List
4from jose import JWTError, jwt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected