Skip to content

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

Notifications You must be signed in to change notification settings

manticoresoftware/manticoresearch-text-embeddings

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published