Abraxas-365 / langchain-rust

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

use tracing crate for logs #138

Open prabirshrestha opened 4 months ago

prabirshrestha commented 4 months ago

tracing is a popular library used by lot of popular libraries. We should look into use it.

When I was running a embeddings on git commits with 99k+ commits it was very hard for me to debug what was going on. I had to modify the code to add custom logs.