Skip to content

Releases: run-llama/llama_index

v0.4.33

20 Mar 07:08
Compare
Choose a tag to compare
v0.4.33

v0.4.32

19 Mar 15:43
Compare
Choose a tag to compare

LlamaIndex 0.4.32:

  • We now have a Pandas index! Adds more structured data support 👇
  • 🐛 Fix text-to-SQL conversion for diff db’s (@emptycrown )

v0.4.31

19 Mar 01:53
Compare
Choose a tag to compare
v0.4.31

v0.4.30

18 Mar 16:17
Compare
Choose a tag to compare
v0.4.30

v0.4.29

16 Mar 07:10
Compare
Choose a tag to compare
v0.4.29

v0.4.28

14 Mar 05:29
Compare
Choose a tag to compare

llamaindex can now ingest image data natively! 🖼️

  • 📄Add a native image Document format
  • 🙋Query these images with text-based queries!
  • 📚Get image sources in the results

other updates:

  • prevent duplicate embeddings when traversing a tree (thanks kaiser)
  • fix db reader
  • fixed a bug with file metadata in SimpleDirectoryReader.load_data (thanks andrei)

v0.4.27

13 Mar 06:02
Compare
Choose a tag to compare
v0.4.27

v0.4.26

11 Mar 16:56
Compare
Choose a tag to compare

LlamaIndex 0.4.26 🦙:

  • Added a “Node” postprocessor abstraction to help us perform additional filtering/retrieval on top of your documents 📄! More details coming soon ✨
  • bug fixes/quality of life improvements. S/o Govind, Ian, Fabio

v0.4.25

10 Mar 16:27
Compare
Choose a tag to compare

LlamaIndex 0.4.25 🦙: some big features from the community 🥳

  • ⚙️ An optimizer to help reduce your LLM token usage by up to 50% or more! Thanks @hongyishi
  • ♻️ You can now sync Document updates with an index! Thanks @logan-markewich

v0.4.24

09 Mar 08:56
Compare
Choose a tag to compare

LlamaIndex 0.4.24 is out:

  • ✨Significantly increased our async query capabilities!
  • 💬Better out of the box ChatGPT prompt support