haystack_core 1.16.34

Core traits and types for Terraphim haystack integrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "haystack_core"
version.workspace = true
edition.workspace = true
authors = ["Terraphim"]
description = "Core traits and types for Terraphim haystack integrations"
license = "MIT"
repository = "https://github.com/terraphim/terraphim-ai"

[dependencies]
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }

[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }