Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 342 Bytes

manticoresearch-text-embeddings

Proof of Concept to use Rust in building lib for generating text embeddings

How to build rust library

cargo build --lib --release

How to build examples/test.cpp

g++ -o test examples/test.cpp -Ltarget/release -lmanticoresearch_text_embeddings -I. -lpthread -ldl -std=c++17