github run-llama/llama_index v0.4.4
GPT Index v0.4.4

latest releases: v0.11.11, v0.11.10, v0.11.9...
19 months ago

GPT Index v0.4.4 introduces some exciting enhancements to our query capabilities to better interface with our data structures.

  • Added a QueryBundle abstraction allowing you to separate the query string from the string that's used for embedding lookup.
  • Added a QueryTransform class allowing us to transform queries within our data structures - first implementation is with HyDE

Some examples are given here: https://github.com/jerryjliu/gpt_index/blob/main/examples/query_transformations/HyDEQueryTransformDemo.ipynb

Don't miss a new llama_index release

NewReleases is sending notifications on new releases.