FinGraph / src

Commit History

feat: expand chatbot width to 96% to improve visual space
15f8db2

dev-yuje commited on

feat: complete finance graph integration and fix isolation
47e7138

dev-yuje commited on

refactor: reduce chatbot width to 70% and optimize vertical margins
71c5f81

dev-yuje commited on

fix: adjust chatbot card width and font size, increase badge font sizes
26ff8dc

dev-yuje commited on

fix: align chatbot card widths, add round corners and increase font size by 3px
a0035ba

dev-yuje commited on

fix: resolve chatbot collapsed placeholder and tighten sidebar layout
aedcd48

dev-yuje commited on

fix: resolve UI layout overflow and dynamic sys path loading
f2d1de7

dev-yuje commited on

fix: gpt-4o๋กœ ์—…๊ทธ๋ ˆ์ด๋“œ ๋ฐ ๊ทธ๋ž˜ํ”„ ๊ด€๊ณ„ ์—ฐ๊ฒฐ ๋ˆ„๋ฝ ๊ทผ๋ณธ ํ•ด๊ฒฐ
c64138a

dev-yuje commited on

style: optimize Gradio 6.x bubble chat layout and scrollbars
2954d4f

dev-yuje commited on

feat: optimize Gradio 6 CSS visual bubbles, add safe print overrides, and fix scraping matplotlib imports
6bf34b8

dev-yuje commited on

fix: delete temporary css fix files and consolidate to ui_templates
e302529

dev-yuje commited on

feat: implement self-reflection loop in graph builder and unify models to gpt-4o-mini
e7d3bfe

dev-yuje commited on

feat: expand graph traversal with cross-article relation search and improve tool routing
3e23aae

dev-yuje commited on

feat: implement conversational hybrid RAG fallback routing and optimize presentation layout
79ef842

dev-yuje commited on

refactor: gradio codes
d8c8177

dev-yuje commited on

refactor: 3:7 ๋น„์œจ ์ ์šฉ, ๊ณ ์ • ๋ธŒ๋ฆฌํ•‘ ๋งˆํฌ๋‹ค์šด ํฌ๋งท ๋ฐ ๊ฐ€๋…์„ฑ ์ตœ์ ํ™”, ์ „์†ก ๋ฒ„ํŠผ ๋‹คํฌ ์Šฌ๋ ˆ์ดํŠธ ํ†ต์ผ
495d5e7

dev-yuje commited on

refactor: ์ฑ—๋ด‡ ๋ณด๋ผ์ƒ‰ ๋ฐฐ๊ฒฝ ์ œ๊ฑฐ, ๋งˆํฌ๋‹ค์šด ๊ฐ€๋…์„ฑ ๋ฐ ๊ฐœํ–‰ ๊ฐ„๊ฒฉ ํ™•๋Œ€, ์ž…๋ ฅ์ฐฝ min-height ํ™•์žฅ ์ ์šฉ
9731058

dev-yuje commited on

refactor: ๋Œ€์‹œ๋ณด๋“œ ์‚ฌ์ด๋“œ๋ฐ” ์ปดํŒฉํŠธํ™” ๋ฐ Ruff ๋ฆฐํŠธ ์—๋Ÿฌ ์ˆ˜์ •
1570976

dev-yuje commited on

fix: RAG ๋‹ต๋ณ€ ํ”„๋ฆฌ๋ฏธ์—„ 4๋‹จ๊ณ„ ๊ตฌ์กฐํ™” ๋ฐ ๋ฏธ๊ตญ ๋ฐ์ดํ„ฐ์„ผํ„ฐ ๋ฐ˜๋ฐœ ๋‰ด์Šค ๋ฐ์ดํ„ฐ ์ ์žฌ ๋Œ€์‘
09de128

dev-yuje commited on

fix: RAG ๊ฒ€์ƒ‰ ์ง„ํ–‰๊ณผ์ • ํ‘œ์‹œ ๊ตฌํ˜„ ๋ฐ ์˜ˆ์‹œ ์งˆ๋ฌธ ์‘๋‹ต ๋ˆ„๋ฝ ํ•ด๊ฒฐ (๊ณจ๋“œ ์‹œ๋‚˜๋ฆฌ์˜ค 100% ํ†ต๊ณผ)
622f700

dev-yuje commited on

feat: ํ™”๋ฉด ๋ ˆ์ด์•„์›ƒ ๊ตฌ์„ฑ ๊ฐœํŽธ (GNB, ์‚ฌ์ด๋“œ๋ฐ”, ๋ฉ”์ธ ์ฑ—๋ด‡ ๋ถ„๋ฆฌ) ๋ฐ ๋ถ„์„ ๋ฆฌํฌํŠธ ์ถ”๊ฐ€
6c92d06

dev-yuje commited on

feat: 4๋Œ€ ๊ณจ๋“œ ์‹œ๋‚˜๋ฆฌ์˜ค RAG ํ’ˆ์งˆ ๊ฐœ์„  ๋ฐ Gradio UI ํฐํŠธ ์‹œ์ธ์„ฑ ๊ณ ๋„ํ™”
ff0395c

dev-yuje commited on

fix: resolve vulture and mypy override signature conflict for custom template format
0b09cae

dev-yuje commited on

fix: resolve vulture unused variable in CustomRagTemplate and integrate vulture in local hooks
c516035

dev-yuje commited on

fix: lazy initialize OpenAI models to prevent import-time collection crash in CI/CD
eb29e6d

dev-yuje commited on

fix: explicit type annotation for LazyGraphRAG internal state to fix global mypy errors
6f726d8

dev-yuje commited on

fix: resolve mypy type error in LazyGraphRAG and Gradio caching crash
fd7f235

dev-yuje commited on

refactor: eliminate import-time DB connection anti-pattern with LazyGraphRAG proxy and local driver initialization
9675b2d

dev-yuje commited on

fix: resolve CI test ServiceUnavailable import crash and remove run_pipeline.py
d6ce198

dev-yuje commited on

fix: implement robust neo4j driver fallback with verify_connectivity to prevent AuthError
7f57ffc

dev-yuje commited on

fix: cast BaseMessage content to str to resolve mypy union-attr errors and update agents rule
78a2a73

dev-yuje commited on

fix: resolve ruff lint errors and set huggingface python version to 3.10 to fix audioop error
1ecde19

dev-yuje commited on

feat: implement Neo4j Client fallback auth, add disabled daily cron pipeline and update checklist
64ad66f

dev-yuje commited on

style: ๋ฆฐํŠธ ํฌ๋งทํŒ… ์ž๋™ ์ ์šฉ ๋ฐ ํ”„๋กœ์ ํŠธ ๊ธฐํš์•ˆ(AGENTS.md, README.md) ๋ณด์™„
08fb91a

dev-yuje commited on

feat: ํ”„๋กœ์ ํŠธ ์ดˆ๊ธฐ ๊ตฌ์„ฑ ๋ฐ GraphRAG ํ…Œ์ŠคํŠธ ํŒŒ์ดํ”„๋ผ์ธ ์—ฐ๋™
cb92864

dev-yuje commited on