Skip to content

Detect graph queries and route to graph index #865

@davidmezzetti

Description

@davidmezzetti

Currently, running graph queries is manually specified as follows.

embeddings.graph.search(<GRAPH QUERY>)

Graph queries have a pattern that could be detected from the main embeddings.search call. This would make the functionality more streamlined.

Embeddings search would automatically support:

  • Text similarity queries
  • SQL similarity queries
  • Graph queries

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions