Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
611 stars 82 forks source link

Remove link to custom documentation website #260

Open InAnYan opened 1 week ago

InAnYan commented 1 week ago

Hi! Thanks for you crate!

I have been using LangChain previously in Java and Python, and I am happy that there is a crate for Rust too!

However, please, could you remove documentation link on crates.io from the custom website to classic docs.rs?

https://langchain-rust.sellie.tech/get-started/quickstart seems severely underdeveloped. IMHO doc.rs is much used in Rust community and everyone is relying on it and used to it.

https://docs.rs/langchain-rust/latest/langchain_rust/ - it seems this is probably the right link to Rust documentation. Rust documentation facilities really show the API you have and it allows to quickly search through what langchain-rust have

InAnYan commented 1 week ago

This refs https://github.com/Abraxas-365/langchain-rust/issues/255. That issue provides more overview of the documentation experience.

Here I only discuss the docs.rs and custom docs website