Skip to content

Commit 72c86da

Browse files
slnu21claude
andcommitted
Polish: README badges + .gitattributes (normalize line endings)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d70a601 commit 72c86da

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

โ€Ž.gitattributesโ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ์ €์žฅ์†Œ ๋‚ด ํ…์ŠคํŠธ๋Š” LF ๋กœ ์ •๊ทœํ™” (์ฒดํฌ์•„์›ƒ ์‹œ OS ๊ธฐ๋ณธ์— ๋งž์ถค)
2+
* text=auto eol=lf
3+
4+
# ๋ฐ”์ด๋„ˆ๋ฆฌ โ€” ๋ณ€ํ™˜ ๊ธˆ์ง€
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.gif binary
9+
*.ico binary
10+
*.pdf binary
11+
*.zip binary

โ€ŽREADME.mdโ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# localbrain
22

3+
[![PyPI](https://img.shields.io/pypi/v/localbrain-rag.svg)](https://pypi.org/project/localbrain-rag/)
4+
[![Python](https://img.shields.io/pypi/pyversions/localbrain-rag.svg)](https://pypi.org/project/localbrain-rag/)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6+
[![CI](https://github.com/sinwoo0225/Localbrain/actions/workflows/ci.yml/badge.svg)](https://github.com/sinwoo0225/Localbrain/actions/workflows/ci.yml)
7+
38
**Local-first general-purpose RAG** โ€” point it at folders/files, index them, and search by meaning
49
through an **MCP server** (for Claude Code etc.), a **CLI**, and a **web console**.
510
Everything runs on your machine; generation is done by your MCP client (e.g. Claude), so localbrain

0 commit comments

Comments
ย (0)