The license isn't open source compatible though.
Source-available Rust-based RAG
21–30 of 32 posts
Re: Source-available Rust-based RAG
#22Just in case anyone else is thinking "WTF is RAG?" (I wish GitHub had explanation popups for its tags, like StackOverflow): https://aws.amazon.com/what-is/retrieval-augmented-generatio...
Re: Source-available Rust-based RAG
#23Just in case anyone else is thinking "WTF is RAG?" (I wish GitHub had explanation popups for its tags, like StackOverflow): https://aws.amazon.com/what-is/retrieval-augmented-generatio...
yeah what's up with that? The entire github readme does not explain what RAG is, and it's not a common acronym at all
It's everywhere in LLM circles these days, and has been for months. I would agree that they should define it - I think any professional project should be defining acronyms on first use on their sales pitch - but it's not exactly an esoteric acronym, either.
Re: Source-available Rust-based RAG
#24What'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?)
Probably a few more
Re: Source-available Rust-based RAG
#25Re: Source-available Rust-based RAG
#26Re: Source-available Rust-based RAG
#27I think calling it "Open-source" is misleading considering its license.
Re: Source-available Rust-based RAG
#28If you (like me) look at this and were like ???, a more compelling summary is perhaps: > Trieve sets itself apart by being BSL-licensed self-hostable and built in public at github.com/devflowinc/trieve whereas Algolia is fully closed … At Trieve, we are hard at work building these features to reach full parity with Algolia (0) Or this long winded post about using it to implement search (1)… Long story short, like Alg…
Re: Source-available Rust-based RAG
#29It might be the first time that I see a phone number on a Github Repo, I wonder how many phone calls they will actually receive. It's probably the last thing I'd like to do when looking at an open source repository.
Re: Source-available Rust-based RAG
#30I find it difficult locate the core search features ... please correct me if I'm mistaken, but it appears that the search feature is a wrapper built on top of Qdrant ?