Find answers from the community

Updated 2 years ago

How do I combine two indexes If I have 2

How do I combine two indexes? If I have 2 different indexes from 2 different sources and I want to join them instead of creating new index.

As I understand index1 + index2 does not work. But is there a way to do this?
j
1 comment
try creating a list index on top of your two "sub" indices! https://gpt-index.readthedocs.io/en/latest/how_to/composability.html
Add a reply
Sign up and join the conversation on Discord