Skip to content

Integrating sqlite-vec with FTS5 for Combined Search Capabilities #48

@yushaw

Description

@yushaw

Hello,

I'm currently using FTS5 for full-text search in my application and am interested in adding vector-based search capabilities using sqlite-vec.
I add an external table as this part describe. https://www.sqlite.org/fts5.html#external_content_and_contentless_tables

I have a few questions regarding compatibility and integration:

Compatibility: Can sqlite-vec and FTS5 be used together within the same database? Specifically, how can I manage separate indexing for text and vector data, and are there any considerations I should be aware of?

Integration: What is the recommended method for linking sqlite-vec vector tables with FTS5 indexed data? Should I use identifiers like rowid for cross-referencing?

Many thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions