Releases: run-llama/llama_index
Releases · run-llama/llama_index
GPT Index v0.3.6
GPT Index 0.3.6 is out:
- Added parser/reader for .mbox files - feed emails 📧 into GPT Index! (Thanks Markus)
- Hot fixed Qdrant index querying (thanks @lukawskikacper)
- Refactored openai embeddings enum (thanks Kevin)
We have a very exciting new release coming up tomorrow, stay tuned :)
GPT Index v0.3.5
GPT Index 0.3.5 is out.
- You don’t need to specify query_configs for a recursive query anymore. We’ll use default configs instead.
- 📁 Added save/load from string for indices/graphs - allows you to save/load from other sources besides disk!
- Fixed google reader import error (thanks ahmetkca)
GPT Index v0.3.4
- You can now “retrieve” 🔖 any index within a composed graph! See below 👇for an example walkthrough of how this works.
- Added headers to our markdown parser
GPT Index v0.3.3
GPT Index 0.3.3 is out:
- Added an epub parser! (Thanks Jimmy)
- Swapped out the CSV parser for a pandas-based parser (thanks Johanna).
- Fixed token too big bug
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