Skip to content

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

@ishaanxgupta

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions