llama_index
llama_index copied to clipboard
How to insert 2 GptListIndex of GptSimpleVectorIndex nodes into another GptListIndex
Hey, I want to store a GptListIndex for a document with multiple nodes as GptSimpleVectorIndex in db. for easy selection of knowlede-base based on the requirement.
but the problem lies how to insert 2 GptListIndex of GptSimpleVectorIndex nodes into another GptListIndex ?
Hi @siddhant01 , not sure what you mean by "store a gpt list index as a gptsimplevectorindex" - those are two separate indices, and i'm not quite sure why you'd want to convert a list index to a simple vector index
Closing since thread is stale.