Releases: run-llama/llama_index
Releases · run-llama/llama_index
GPT Index v0.3.0
GPT Index 0.3.0 is out:
- The main update is we’ve improved the interface for composability 🧩! This is a (slightly) breaking change for anyone using the composability interface. See doc for details: https://github.com/jerryjliu/gpt_index/blob/main/examples/composable_indices/ComposableIndices.ipynb.
- Update Slack reader with wait/sleep time (@ravi03071991)
GPT Index v0.2.17
GPT Index v0.2.17:
- Allow passing in a specific list of file_paths in SimpleDirectoryReader. Gives you more control over files than passing in an entire directory
- Upgrade Notion reader to read child pages as well