pepperoni21 / ollama-rs

A Rust library allowing to interact with the Ollama API.
MIT License
478 stars 73 forks source link

Add proper documentation #38

Open pepperoni21 opened 5 months ago

pepperoni21 commented 5 months ago

Currently the only documentation we have is through the README.md and the examples folder (which do not cover everything btw).

We should add some proper documentation that illustrates each binding/feature of the lib inside a docs folder.

I don't really have time to do that currently so if someone's down to do it let me know!

Madoshakalaka commented 3 weeks ago

Some items are missing on docs.rs, like the send_function_call function, the FunctionCallRequest struct etc. I think some feature flags were missing during the doc generation?