: A project aimed at digitizing Russian cultural and historical heritage, providing access to books, documents, and other materials.
morph_tagger = NewsMorphTagger() doc.tag_morph(morph_tagger) gen library rus
use google_generative_ai_rs::Client; use google_generative_ai_rs::models::{Content, Part, GenerateContentRequest}; : A project aimed at digitizing Russian cultural
: A platform focused on Russian scientific research and publications. providing access to books
Built on the Tokio runtime, the library uses async/await patterns. This is crucial for AI applications, as API calls to LLMs can take several seconds. Non-blocking calls ensure that the main application thread remains responsive while waiting for model inference.