fix some readme

This commit is contained in:
yichuan520030910320
2025-07-27 21:50:09 -07:00
parent 5c8921673a
commit 6f5d5e4a77
3 changed files with 9 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ We welcome contributions! Leann is built by the community, for the community.
```
3. **Install system dependencies**:
**macOS:**
```bash
brew install llvm libomp boost protobuf zeromq pkgconf
@@ -42,7 +42,7 @@ We welcome contributions! Leann is built by the community, for the community.
```bash
# macOS
CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ uv sync
# Ubuntu/Debian
uv sync
```
@@ -182,7 +182,7 @@ Make sure your code passes these checks locally before pushing!
```bash
git commit -m "feat: add new search algorithm"
```
Follow [Conventional Commits](https://www.conventionalcommits.org/):
- `feat:` for new features
- `fix:` for bug fixes

View File

@@ -72,4 +72,4 @@ Using the wrong distance metric with normalized embeddings can lead to:
- **Incorrect ranking** of search results
- **Suboptimal performance** compared to using the correct metric
For more details on why this happens, see our analysis of [OpenAI embeddings with MIPS](../examples/main_cli_example.py).
For more details on why this happens, see our analysis of [OpenAI embeddings with MIPS](../examples/main_cli_example.py).