소스 검색

fix: Misspelled Variable Name (#1662)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.9.0
cHz 1 년 전
부모
커밋
4b195cc14c
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      rag/app/qa.py

+ 1
- 1
rag/app/qa.py 파일 보기

@@ -119,7 +119,7 @@ class Pdf(PdfParser):
if not has_bull: # No question bullet
if not last_q:
if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed
tbls_index += 1
tbl_index += 1
continue
else:
sum_tag = line_tag

Loading…
취소
저장