About 1,750,000 results
Open links in new tab
  1. Desmos | Graphing Calculator

    Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.

  2. GitHub - Heisenberg-Yin/DEG

    Existing methods for hybrid vector queries face significant performance degradation with varying query α values. To address this, we introduce a novel Dynamic Relative Neighborhood Graph (D-RNG). The …

  3. Graphify: An open-source tool that builds upon Andrej Karpathy's ...

    1 day ago · 3. No vector database required, lowering deployment barriers. Clustering is based on graph topology and the Leiden algorithm, eliminating the need for embeddings and complex configurations, …

  4. GitHub - getzep/graphiti: Build Real-Time Knowledge Graphs for AI ...

    Build Real-Time Knowledge Graphs for AI Agents. Contribute to getzep/graphiti development by creating an account on GitHub.

  5. Vector Database Vs. Graph Database: 6 Key Differences

    Sep 11, 2025 · Understanding the fundamental differences between vector and graph databases has become essential for data professionals building AI-powered applications, recommendation systems, …

  6. Vector | Graph:蚂蚁首个开源Graph RAG框架设计解读-阿里云开发者 …

    Jun 17, 2024 · 3. Graph RAG 考虑到传统RAG能力上的不足,Graph RAG从增强知识确定性角度做了进一步的改进,也就是最开始提到的知识内容增强的思路。 相比于传统的基于Vector格式的知识库存 …

  7. LM-DiskANN: Low Memory Footprint in Disk-Native Dynamic Graph

    In this paper, we introduce LM-DiskANN, a novel dynamic graph-based ANN index that is designed specifically to be hosted on disk while keeping a low memory footprint by storing complete routing …

  8. DEG: Efficient Hybrid Vector Search Using the Dynamic Edge Navigation Graph

    Feb 10, 2025 · The Dynamic Edge Navigation Graph is introduced, a graph-based ANNS index that maintains efficiency and accuracy with changing α values that demonstrates superior performance …

  9. DEG: Efficient Hybrid Vector Search Using the Dynamic Edge Navigation Graph

    The Hybrid Vector Query (HVQ) is an effective approach for querying such data and has recently garnered considerable attention from researchers. It calculates similarity scores for objects …

  10. Bellman–Ford Algorithm - GeeksforGeeks

    Jul 23, 2025 · Approach: Bellman-Ford Algorithm - O (V*E) Time and O (V) Space Negative weight cycle: A negative weight cycle is a cycle in a graph, whose sum of edge weights is negative. If you …