Skip to content

Releases: run-llama/llama_index

v0.4.23

08 Mar 07:52
Compare
Choose a tag to compare

LlamaIndex 0.4.23 🦙 brings some exciting new functionality:

  • Upgraded LlamaIndex memory module <> langchain agent.
  • Added “empty” Index - more explicitly combine prior knowledge with knowledge corpus.
  • 🚢 Steamship file reader (thanks @douglas-reid)

v0.4.22.post1

07 Mar 19:32
Compare
Choose a tag to compare
v0.4.22.post1

v0.4.22

07 Mar 08:45
Compare
Choose a tag to compare

LlamaIndex 0.4.22: a LOT of quality-of-life improvements 💪:

  • Fixed empty text split issue
  • Reduce required deps in package (s/o Ajinkya)
  • Simplify UX for custom prompts
  • Simply UX for SQL Index

v0.4.21

06 Mar 16:25
Compare
Choose a tag to compare

LlamaIndex 0.4.21 🦙: a new JSON reader + better ChatGPT integrations!

  • A BIG shoutout to @yisding for coming up with novel JSON parsing. Added to both LlamaIndex + LlamaHub!
  • Better ChatGPT Integrations 💬

v0.4.20

04 Mar 17:42
Compare
Choose a tag to compare
LlamaIndex v0.4.20

v0.4.19

03 Mar 08:50
Compare
Choose a tag to compare

Adds streaming support!

v0.4.18

02 Mar 09:06
Compare
Choose a tag to compare
LlamaIndex v0.4.18

v0.4.17

01 Mar 21:32
Compare
Choose a tag to compare
LlamaIndex v0.4.17

v0.4.16

01 Mar 08:19
Compare
Choose a tag to compare

LlamaIndex 0.4.16:

  • Elastic data loader + Opensearch based vector index! (Huge s/o @jaylmiller )
  • Add child branch factor for tree index embedding queries (thanks @kpister )

v0.4.15

28 Feb 08:50
Compare
Choose a tag to compare
  • Biggest update is that we’ve fixed the composability over vector stores
  • Added @weaviate_io multi-threaded batch importing to decrease load time