PII-Safe Retrieval
PII-Safe Retrieval osFoundry community catalog में एक pipeline है। Compliance-sensitive workspaces के लिए indexing से पहले sensitive patterns को redact करने वाला retrieval pipeline।
विवरण
Stages
- redact
- chunk
- embed
- retrieve
- rerank
osFoundry में PII-Safe Retrieval का उपयोग कैसे करें
एक क्लिक में PII-Safe Retrieval को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य pipelines
- RAG Baseline — Grounded document question answering के लिए standard chunk → embed → retrieve → rerank pipeline।
- Multi-hop RAG — Complex, multi-part factual questions के लिए query expansion के साथ multi-hop retrieval।
- Knowledge-Graph Traversal — Knowledge-graph-augmented retrieval जो ranking से पहले entity relationships को traverse करता है।
- Web Research — Live-web research pipeline जो up-to-date answers के लिए search करता है, fetch करता है, clean text extract करता है, और summarize करता है।
- Agent Memory Recall — Personalized context के लिए agent के long-term memory groups तक scoped memory-recall pipeline।