aurelio-labs/semantic-router

An Idea: Use vectors instead of text

Closed this issue · 1 comments

This is ideal when we need to compute the embeddings for any other steps (vector search, ...). Instead of creating vectors embeddings two times, for semantic routing and semantic search.

We can compute one time the embeddings and use it for semantic routing and search.

Great idea, we've now added it with #121