Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Merge indexes
Merge indexes
Inactive
0
Follow
z
zhozho
last year
Β·
hi there, how do I concate two vectorstore index? I want load a new file as vectorstore and add it to previous indexed file. Thank you.
L
z
5 comments
Share
Open in Discord
L
Logan M
last year
This isn't quite possible at the moment. Very open to a PR to support this!
z
zhozho
last year
So what if I want query over multiple doc file? How do I do it, thank you.
z
zhozho
last year
And also I need to upload new doc, is it achieve by index.insert () ? Or any other better practice available.
index = load_index_from_storage(storage_context=storage_context)
document = SimpleDirectoryReader(input_files=[fp]).load_data()
index.insert(document=document[0])
z
zhozho
last year
Am I doing the right way
L
Logan M
last year
Yea insert is correct π
Add a reply
Sign up and join the conversation on Discord
Join on Discord