retriv
retriv copied to clipboard
[Feature Request] Create and store the index to a database system
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.
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?
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.