awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesTemporal

Graph databases that track entity and relationship changes over time using validity windows.

Distinct from Graph Databases: Focuses on temporal versioning and validity windows for graph data, distinct from general-purpose graph databases.

Explore 5 awesome GitHub repositories matching data & databases · Temporal. Refine with filters or upvote what's useful.

Awesome Temporal GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • embedchain/embedchainembedchain का अवतार

    embedchain/embedchain

    58,769GitHub पर देखें↗

    Embedchain is an LLM memory management framework and RAG orchestration engine designed to provide AI agents with a persistent storage layer. It functions as a long-term memory pipeline that extracts facts from unstructured interactions and stores them as permanent knowledge base entries to retain user preferences and interaction history across sessions. The system employs a hybrid vector database interface that combines semantic embeddings with traditional keyword search. It utilizes an entity-linking knowledge graph to connect related information points and applies temporal ranking to distin

    Utilizes temporal tracking to rank retrieved data and distinguish current states from past events.

    Python
    GitHub पर देखें↗58,769
  • getzep/graphitigetzep का अवतार

    getzep/graphiti

    22,936GitHub पर देखें↗

    Graphiti is a backend framework and memory server designed to provide artificial intelligence agents with persistent, time-aware knowledge graph storage. It functions as a memory layer that enables agents to maintain context across long-term interactions by recording and evolving structured data over time. The system distinguishes itself through a specialized temporal graph database that tracks how entities and relationships change using validity windows. By combining semantic vector similarity, keyword matching, and graph topology traversal, the engine performs hybrid retrieval to locate rel

    Ships a specialized storage engine that manages structured information with validity windows to support real-time updates and historical retrieval.

    Pythonagentsgraphllms
    GitHub पर देखें↗22,936
  • vxcontrol/pentagivxcontrol का अवतार

    vxcontrol/pentagi

    17,766GitHub पर देखें↗

    Pentagi is an autonomous security testing framework and agent orchestrator designed to plan and execute end-to-end security assessments. It utilizes a coordination engine to decompose complex goals into actionable subtasks, performing automated penetration testing and vulnerability research within isolated container environments. The system distinguishes itself through a temporal knowledge graph that tracks semantic relationships between entities and vulnerabilities to reuse intelligence across projects. It includes a web intelligence reconnaissance tool for automated data gathering and agent

    Implements a temporal graph database to track semantic relationships between entities and vulnerabilities over time.

    Goai-agentsai-security-toolanthropic
    GitHub पर देखें↗17,766
  • facebookresearch/sam3facebookresearch का अवतार

    facebookresearch/sam3

    7,762GitHub पर देखें↗

    This project is a computer vision system for object segmentation and tracking across images and videos. It employs models capable of identifying and masking objects using text prompts, bounding boxes, click points, or image exemplars. The system differentiates itself through memory-based video tracking and shared-memory architectures that maintain consistent object identities over time. It supports multi-object processing in single computation passes to increase frame throughput and utilizes iterative refinement to correct segmentation boundaries through sequential prompts. The software also

    Ensures stable object tracking over time by linking segmentation fragments into continuous trajectories.

    Python
    GitHub पर देखें↗7,762
  • memgraph/memgraphmemgraph का अवतार

    memgraph/memgraph

    4,163GitHub पर देखें↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product creates and manages dates and durations to track time-based events.

    C++cyphergraphgraph-algorithms
    GitHub पर देखें↗4,163
  1. Home
  2. Data & Databases
  3. Graph Databases
  4. Temporal

सब-टैग एक्सप्लोर करें

  • Trajectory ConsistencyMethods for linking short-term segmentation fragments into stable, continuous object trajectories over time. **Distinct from Temporal:** Focuses on visual object trajectory stability in video, not database temporal versioning.