deepthought 0.1.11

Functional wrapper around Llama.cpp with Rust Dynamic datatypes and Vector store support for creating RAG applications
Documentation
[package]
name = "deepthought"
version = "0.1.11"
edition = "2024"
description = "Functional wrapper around Llama.cpp with Rust Dynamic datatypes and Vector store support for creating RAG applications"
license-file = "LICENSE"
repository = "https://github.com/vulogov/deepthought"
categories = ["development-tools"]
keywords = ["llama-cpp", "vecstore", "vector", "rag", "embedding"]

[dependencies]
easy-error = "1.*.*"
grainfs = "0.1.*"
lazy_static = "1.5.*"
llama-cpp-2 = { version = "0.1.*", features = ["sampler"] }
log = "0.4.*"
rust_dynamic = "0.*.*"
took = "0.1.*"
vecstore = "1.*.*"
serde = { version = "1.0.*", features = ["derive"] }
serde_json = { version = "1.0.*", default-features = true }
nanoid = "0.4.*"
minijinja = "2.*.*"
rust-rule-engine = "1.18.0"