You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(temporal): add missing C_TemporalEdge structure and FFI bindings for v0.4.4
- Add C_TemporalEdge ctypes structure definition
- Set up sochdb_add_temporal_edge binding in _setup_bindings()
- Fix add_temporal_edge method to use C_TemporalEdge directly
- Replace incorrect _FFI.lib access with _FFI.get_lib()
- Bump version to 0.4.4
Fixes AttributeError: _FFI when calling add_temporal_edge.
Tested with examples/25_temporal_graph_embedded.py
"error": "\u001b[91mYou are using a deprecated configuration of Chroma.\n\n\u001b[94mIf you do not have data you wish to migrate, you only need to change how you construct\nyour Chroma client. Please see the \"New Clients\" section of https://docs.trychroma.com/deployment/migration.\n________________________________________________________________________________________________\n\nIf you do have data you wish to migrate, we have a migration tool you can use in order to\nmigrate your data to the new Chroma architecture.\nPlease `pip install chroma-migrate` and run `chroma-migrate` to migrate your data and then\nchange how you construct your Chroma client.\n\nSee https://docs.trychroma.com/deployment/migration for more information or join our discord at https://discord.gg/MMeYNTmh3x for help!\u001b[0m"
53
+
},
54
+
{
55
+
"database": "Qdrant",
56
+
"dimension": 1536,
57
+
"n_documents": 1000,
58
+
"insert_time_ms": 853.6975000000009,
59
+
"insert_rate": 1171.3751065219226,
60
+
"status": "error",
61
+
"error": "'QdrantClient' object has no attribute 'search'"
0 commit comments