Skip to content

Releases: run-llama/llama_index

v0.4.35

22 Mar 05:51
Compare
Choose a tag to compare
v0.4.35

v0.4.34

21 Mar 16:56
Compare
Choose a tag to compare
v0.4.34

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