Ruslan
Ruslan
**Is your feature request related to a problem? Please describe.** Telemetry is turned on by default. Questions and opinions on this topic could start a holy war topic, so I...
### Which component is this feature for? Traceloop SDK ### 🔖 Feature description I've installed `traceloop-sdk` with `uv`, and it installed a lot of packages: ```plain + opentelemetry-instrumentation-alephalpha==0.39.0 + opentelemetry-instrumentation-anthropic==0.39.0...
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...
It seems that `async` functions on https://docs.rs/langchain-rust/latest/langchain_rust/output_parsers/struct.MarkdownParser.html are in the expanded form (`impl Future`, etc.). However, on other crates docs.rs it seems that async can be handled in a less...
### Question For example, I want to search only 2 papers. I wrote this code: ```python res = sch.search_paper('llm', bulk=True, limit=2, open_access_pdf=True) ``` However, `len(res)` returns 1000. Shouldn't it be...
## Motivation On your home page there is a link [`How Jekyll works`](https://jekyllrb.com/docs/usage/). But it leads to CLI usage. ## Suggestion I expected something like this when I go to...
Closes #2033. The instruction was co-authored with @pawamoy. Currently, I have two issues with this code: 1. Instruction is too big. 2. Is it okay to leave the instruction like...
### Actual Situation Jinja doesn't allow variables to contain hyphens (`-`), however YAML supports this. Haven't thought much, I created templates using variables with hyphen. And I used hyphenated variable...
### Actual Situation  - ` to select` - select what? - ` to toggle` - toggle what? - ` to invert` - invert what? Initially, I thought that all...
### Actual Situation I was searching in `copier` docs and found that source code of the `copier` is included. I didn't expect that. I thought is just a website for...