retriv icon indicating copy to clipboard operation
retriv copied to clipboard

[Feature Request] Create and store the index to a database system

Open sXperfect opened this issue 1 year ago • 2 comments

I could not find any tutorial or way to store the created index to a database system and query from it. Probably I missed a guide or so but if not yet implemented, it would be nice to have.

sXperfect avatar Nov 29 '24 15:11 sXperfect

Hi, you can access the inverted index with se.inverted_index after indexing a collection and work from there. Out of curiosity, why do you want to store the index in a db and query from it?

AmenRa avatar Dec 09 '24 07:12 AmenRa

Hi, thanks for the answer! The reason is because for data storage I just want to store it on the other node and as far as I know, many modern database system now support vector database.

sXperfect avatar Dec 17 '24 17:12 sXperfect