"왜 전에 그거 있잖아"를 없애는 사내 챗봇 개발기
요원 B
# 예시 코드
embedding = get_openai_embedding(content)
...
es.index(index="ye-bot-doc", body=doc_body)# 예시: search_elasticsearch(question)
# k=50, num_candidates=200, boost=0.7, rrf.rank_constant=10 설정# 예시: extract_best_response(elastic_results)# 예시: ask_gpt_direct(question, best_content)