release(llamaindex): v0.1.2
This commit is contained in:
parent
b8fa0e8cfc
commit
e65bd361cc
3 changed files with 35 additions and 1 deletions
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
# LlamaIndex Integration Changelog
|
||||
|
||||
Changelog for [`hindsight-llamaindex`](https://pypi.org/project/hindsight-llamaindex/).
|
||||
|
||||
For the source code, see [`hindsight-integrations/llamaindex`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/llamaindex).
|
||||
|
||||
← [Back to main changelog](/changelog)
|
||||
|
||||
## [0.1.2](https://github.com/vectorize-io/hindsight/tree/integrations/llamaindex/v0.1.2)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added LlamaIndex integration for Hindsight. ([`2d787c4f`](https://github.com/vectorize-io/hindsight/commit/2d787c4f))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "hindsight-llamaindex"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "LlamaIndex integration for Hindsight - persistent memory for AI agents"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
# LlamaIndex Integration Changelog
|
||||
|
||||
Changelog for [`hindsight-llamaindex`](https://pypi.org/project/hindsight-llamaindex/).
|
||||
|
||||
For the source code, see [`hindsight-integrations/llamaindex`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/llamaindex).
|
||||
|
||||
← [Back to main changelog](../index.md)
|
||||
|
||||
## [0.1.2](https://github.com/vectorize-io/hindsight/tree/integrations/llamaindex/v0.1.2)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added LlamaIndex integration for Hindsight. ([`2d787c4f`](https://github.com/vectorize-io/hindsight/commit/2d787c4f))
|
||||
Loading…
Reference in a new issue