Skip to content

Feature request: Index based on embeddings #2098

Open
@jeremieamstutz

Description

@jeremieamstutz

LibSQL is amazing! I love how easy it is to save and retrieve a vector in the database.

However for semantic search, I don't care about the vector. I just want to see the most similar values.

Also, if we want to do semantic search on multiple columns, we need to add many columns.

My proposition would be to be able to define an embedding function as an index and use it as well for the retrieval.

That way, the embedding, storage, and retrieval of the vectors can be abstracted away from the user.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions