Source-available Rust-based RAG
github.com
Source-available Rust-based RAG
1–10 of 32 posts
Re: Source-available Rust-based RAG
#2One of the first heavy uses of Rust in AI that I have seen
Re: Source-available Rust-based RAG
#3[deleted]
Re: Source-available Rust-based RAG
#4I think calling it "Open-source" is misleading considering its license.
Re: Source-available Rust-based RAG
#5I think calling it "Open-source" is misleading considering its license.
This is almost certainly best described as "source-available"
Re: Source-available Rust-based RAG
#6The license isn't open source compatible though.
Re: Source-available Rust-based RAG
#7One of the first heavy uses of Rust in AI that I have seen
There are much better known examples, such as https://qdrant.tech/ and https://github.com/lancedb/lancedb
Re: Source-available Rust-based RAG
#8What's the advantage of this over just qdrant-client or maybe something like usearch? Or a crate with pgvector support (I assume the popular postgres crate includes it?)
Re: Source-available Rust-based RAG
#9One of the first heavy uses of Rust in AI that I have seen
What about candle?