kevinlu1248 / llama_index

LlamaIndex (GPT Index) is a data framework for your LLM applications
https://gpt-index.readthedocs.io/en/latest/
MIT License
0 stars 0 forks source link

[Bug Fix] Fix issue with null summaries in ComposableGraph #17

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR fixes the issue reported in Issue #16 where the summaries were stored as null in the index.store.json file when creating a ComposableGraph and persisting it.

Changes Made

Testing

Related Issue

Issue #16

Checklist

Screenshots (if applicable)

N/A

Fixes #16.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-null-summaries