LlamaIndex Integration Changelog
Changelog for hindsight-llamaindex.
For the source code, see hindsight-integrations/llamaindex.
0.1.5
Improvements
- Replaced the deprecated manual test with a gated end-to-end test suite, improving integration reliability without requiring a real LLM for every run.·
@DK09876·ed34756c
Bug Fixes
- LlamaIndex integration now defaults to using Hindsight Cloud, improving out-of-the-box connectivity and reducing setup issues.·
@DK09876·ed34756c
0.1.4
Improvements
- All HTTP requests now include a consistent identifying User-Agent header. (
9372462e) - Improved Python type-checking support by shipping a PEP 561 marker file in the package. (
d054b884) - Updated dependencies to address critical and high-severity security vulnerabilities. (
ee4510a7)
0.1.3
Bug Fixes
- Fixed LlamaIndex integration issues with document IDs, the memory API, and ReAct trace handling to improve reliability and correctness. (
d93dfea8)
0.1.2
Features
- Added LlamaIndex integration for Hindsight. (
2d787c4f)