MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / FaissDeleteRequest

Class FaissDeleteRequest

src/environment/faiss/types.py:23–25  ·  view source on GitHub ↗

Request for deleting documents from FAISS.

Source from the content-addressed store, hash-verified

21
22
23class FaissDeleteRequest(BaseModel):
24 """Request for deleting documents from FAISS."""
25 ids: List[str] = Field(..., description="IDs of documents to delete")
26
27
28class FaissIndexInfo(BaseModel):

Callers 4

delete_documentsMethod · 0.90
test_error_handlingMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_error_handlingMethod · 0.72