kproc-llm 0.2.1

Knowledge Processing library, using LLMs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
To run the `simple` example with `llama.cpp` backend, use:

```bash
cargo run --example simple --features="llama.cpp-vulkan ollama" -- --llama-cpp "Who are you?"
```

To run the `simple` example with `ollama` backend, use:

```bash
cargo run --example simple --features="llama.cpp-vulkan ollama" -- --ollama "Who are you?"
```