memvid-ask-model 2.0.140

LLM inference module for Memvid Q&A with local and cloud model support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.0"
name = "memvid-ask-model"
version = "2.0.140"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM inference module for Memvid Q&A with local and cloud model support"
documentation = "https://docs.memvid.com"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "inference",
    "memvid",
    "rag",
]
categories = [
    "science",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/memvid/memvid"
resolver = "2"

[features]
default = ["llama-cpp"]
llama-cpp = ["dep:llama_cpp"]

[lib]
name = "memvid_ask_model"
path = "src/lib.rs"

[[example]]
name = "entity_extraction"
path = "examples/entity_extraction.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.lazy_static]
version = "1.5"

[dependencies.llama_cpp]
version = "0.3.2"
optional = true

[dependencies.memvid-core]
version = "2.0.140"
features = [
    "lex",
    "temporal_track",
]

[dependencies.reqwest]
version = "0.11.27"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "rt",
    "rt-multi-thread",
]