Open Issues Need Help
View All on GitHub Test thread safety of`Context.from_gqlalchemy` about 1 month ago
good first issue help wanted
External dependency resolution for packaging algorithm about 1 month ago
enhancement good first issue
Explore Multi-Threading/Multi-Processing Support for `VectorDatabase._embed_and_add_records` about 1 month ago
enhancement good first issue
Make `Context/Relation.to_gqlalchmey` thread safe about 2 months ago
AI Summary: The `to_gqlalchmey` method is not thread-safe because it dynamically creates `gqlalchemy` classes, which relies on a non-thread-safe internal registry (`gqlalchemy.GraphObject._subtypes_`) and a local class registry. The issue proposes two solutions: either implement thread-safe class creation with locking, or completely remove the `gqlalchemy` OGM and manage Cypher queries directly, which is seen as a cleaner long-term solution.
Complexity:
4/5
enhancement help wanted
Allow `AutoAgent/AutoIndexer.from_precompiled` to take in a `dict`, or path to config file in the config param. about 2 months ago
enhancement good first issue