Find answers from the community

Updated 3 months ago

Pandas index

Question about Composability . i have 2 GPTPandasIndex , index1 and index2. Then make graph like this graph = ComposableGraph.from_indices(
GPTListIndex,
[index1, index2],
index_summaries=[index_detail_sum, index_sum_sum],
max_keywords_per_chunk=100
)
L
1 comment
This looks like a bug to me. It looks like the pandas index didn't get migrated properly to support graphs πŸ™ƒ
Add a reply
Sign up and join the conversation on Discord