haystack_core 1.20.2

Core traits and types for Terraphim haystack integrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "haystack_core"
version.workspace = true
edition.workspace = true
authors = ["Terraphim <team@terraphim.ai>"]
description = "Core traits and types for Terraphim haystack integrations"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
license = "MIT"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["ai", "haystack", "core", "traits", "integrations"]
readme = "../../README.md"

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

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