516d44081d
- BM25로 데이터 검색 - 유사도 검색 - 질문 + 문서를 보내 질문과 관련 내용만 추출LLMChainExtractor - pdf ocr이 없는 경우 이미지로 변환하여 ocr처리하여 텍스트 인식 - 정규식으로 데이터 정제
16 lines
680 B
XML
16 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="PYTHON_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
|
<excludeFolder url="file://$MODULE_DIR$/ollama/.venv" />
|
|
</content>
|
|
<orderEntry type="jdk" jdkName="~/Source/.venv" jdkType="Python SDK" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
<component name="PyDocumentationSettings">
|
|
<option name="format" value="PLAIN" />
|
|
<option name="myDocStringFormat" value="Plain" />
|
|
</component>
|
|
</module> |