mem-cube 0.1.0

MemCube orchestration: add/search combining graph, vector, embedder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mem-cube"
version = "0.1.0"
edition = "2021"
description = "MemCube orchestration: add/search combining graph, vector, embedder"
license = "Apache-2.0"

[dependencies]
mem-types = { path = "../mem-types", version = "0.1.0" }
mem-graph = { path = "../mem-graph", version = "0.1.0" }
mem-vec = { path = "../mem-vec", version = "0.1.0" }
mem-embed = { path = "../mem-embed", version = "0.1.0" }
async-trait = "0.1"
uuid = { version = "1.0", features = ["v4"] }
serde_json = "1.0"
chrono = "0.4"