arroy
An Approximate Nearest Neighbors library in Rust, based on random projections and LMDB and optimized for memory usage :boom:
파일 탐색기
최종 버전 다운로드 (.zip)- fuzzer.yml
- rust.yml
- arroy-electric-clusters-logo.png
- arroy-electric-clusters.ico
- build-tree-no-commit.rs
- compare_with_hnsw.rs
- fuzz.rs
- graph.rs
- import-vectors.rs
- sample_vectors.rs
- search_movies.rs
- stats.rs
- binary_quantized_test.txt
- binary_quantized_cosine.rs
- binary_quantized_euclidean.rs
- binary_quantized_manhattan.rs
- cosine.rs
- dot_product.rs
- euclidean.rs
- manhattan.rs
- mod.rs
- mod.rs
- simple.rs
- simple_avx.rs
- simple_neon.rs
- simple_sse.rs
- large.mdb
- smol.mdb
- arroy__tests__upgrade__large_upgrade_v0_6_to_v0_7-10.snap
- arroy__tests__writer__write_a_lot_of_random_points.snap
- arroy__tests__writer__write_and_update_lot_of_random_points-2.snap
- arroy__tests__writer__write_and_update_lot_of_random_points.snap
- arroy__tests__writer__write_and_update_lot_of_random_points_with_little_memory-2.snap
- arroy__tests__writer__write_and_update_lot_of_random_points_with_little_memory.snap
- binary_quantized.rs
- fit_in_memory.rs
- mod.rs
- reader.rs
- tmp_nodes.rs
- upgrade.rs
- writer.rs
- binary_quantized.rs
- binary_quantized_test.rs
- f32.rs
- mod.rs
- error.rs
- item_iter.rs
- key.rs
- lib.rs
- metadata.rs
- node.rs
- node_id.rs
- parallel.rs
- reader.rs
- roaring.rs
- stats.rs
- upgrade.rs
- version.rs
- writer.rs
- .gitignore
- .rustfmt.toml
- Cargo.toml
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/meilisearch/arroy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd arroy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
