Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Replace Neo4j temporal full scans with indexed temporal/vector retrieval #164

Description

@ishaanxgupta

neo4j_client.py computes semantic temporal similarity by scanning user event relationships with embeddings. This will not scale.

Acceptance criteria:

  • Use Neo4j vector indexes or mirror temporal vectors into Pinecone
  • Add date-range indexes and query paths.
  • Benchmark temporal search at 10k, 100k, and 1M events per tenant.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions