대부분의 RAG 데모는 모델이 문서가 아닌 학습된 기억으로 대답하기 전까지는 멀쩡해 보입니다. 이 기본 구성은 그런 문제를 방지합니다.
sonnet3일PineconeOpenAILangChainPython
Claude
64ROI
84Scale
$1.8k88Saved
ROI for
README.md
왜 이 서브에이전트인가
대부분의 RAG 데모는 모델이 문서가 아닌 학습된 기억으로 대답하기 전까지는 멀쩡해 보입니다. 이 기본 구성은 그런 문제를 방지합니다.
문서는 청크로 나뉘어 Pinecone 네임스페이스에 임베딩되며, 각 질문은 가장 가까운 청크를 가져와 모델이 해당 청크만으로 답변합니다. 모든 답변은 사용한 청크를 인용하며, 관련 내용이 없으면 지어내지 않고 없다고 알려줍니다. 확장 가능한 깔끔한 출발점입니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
입력된 질문을 임베딩한 후, 해당 네임스페이스에서 가장 일치하는 상위 청크들을 가져옵니다.
pending
검색된 청크를 컨텍스트로 전달하여 모델이 오직 검색된 내용만으로 답변하도록 합니다.
pending
답변과 함께 사용된 소스 청크 ID를 반환하여 주장의 출처를 검증할 수 있게 합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Answer questions from Pinecone-retrieved chunks only, citing the chunk IDs used and refusing when context is missing.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.