Releases: run-llama/llama_index
Releases · run-llama/llama_index
GPT Index v0.3.2
GPT Index 0.3.2 is out:
- Big update: Added qdrant index and reader! Thanks @kacperlukawski for implementing everything from scratch. Now you can use qdrant both as a data source and as a store for your index.
- Fixed Faiss bug, Document metadata bug
GPT Index v0.3.1
GPT Index v0.3.1 is out:
- Created ObsidianReader - this allows you to easily parse your directory of markdown files, in an Obsidian vault or elsewhere! Will remove hyperlinks/images automatically. (thanks Hursh)
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