Skip to content

Commit 79321e1

Browse files
committed
lancedb 임베딩 검색 전면 폐기 + 잡다한 정리
- core/docs/search.py 삭제, _docs_accessor.search() 제거 - experiments/101_docsEmbedding, scripts/embedding 제거 - HF Spaces gradio SDK 5.50.0 업데이트 - brand.ts 버전 0.7.10 반영, llms.txt 재생성 - sitemap.xml 추가, batch.py showProgress 파라미터 - marimo dartReview 노트북 추가
1 parent 6f2e279 commit 79321e1

8 files changed

Lines changed: 1215 additions & 351 deletions

File tree

.github/workflows/hfSpaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ emoji: 📊
3232
colorFrom: red
3333
colorTo: yellow
3434
sdk: gradio
35-
sdk_version: "5.0"
35+
sdk_version: "5.50.0"
3636
app_file: app.py
3737
pinned: true
3838
license: mit

landing/src/lib/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const brand = {
33
tagline: 'Every company tells its story in filings. We make it readable.',
44
description: 'Read any company like its own CFO does — DART and EDGAR filings in one line of Python',
55
descriptionKo: '어떤 기업이든 CFO처럼 읽는다 — DART 전자공시와 EDGAR 공시를 한 줄의 Python으로',
6-
version: '0.7.8',
6+
version: '0.7.10',
77
url: 'https://eddmpython.github.io/dartlab/',
88
repo: 'https://github.com/eddmpython/dartlab',
99
pypi: 'https://pypi.org/project/dartlab/',

landing/static/llms.txt

Lines changed: 171 additions & 157 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)