-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
필요조건
- 정확성
- 출처
- 이전 대화의 맥락 이해
Trial and Error
- chain을 바꿔보기 (Retrieval Chain, QA chain, FLARE chain...)
- chian type을 바꿔보기 (map reduce, map rank, refine, stuff 등등...)
- embedding method를 바꿔보기 (Pinecone, Deep Lake, Chroma 등등...)
사용가능한 chain module 후보
-
Conversational Retrieval Chain
https://python.langchain.com/en/latest/modules/chains/index_examples/chat_vector_db.html
장점: 맥락 이해 탑재
단점: 출처 표시 구현해야함 -
QA with sources Chain
https://python.langchain.com/en/latest/modules/chains/index_examples/qa_with_sources.html
장점: 출처 표시 탑재
단점: 맥락 이해 구현해야함 -
Retrieval QA with Sources Chain
https://python.langchain.com/en/latest/modules/chains/index_examples/vector_db_qa_with_sources.html
장점: 출처 표시 탑재
단점: 맥락 이해 구현해야함 -
FLARE
https://python.langchain.com/en/latest/modules/chains/examples/flare.html
장점: 높은 정확성
단점: 출처표시, 맥락이해 구현해야함, 시간 오래 걸림
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels