diff --git a/hindsight-docs/src/pages/changelog/integrations/llamaindex.md b/hindsight-docs/src/pages/changelog/integrations/llamaindex.md new file mode 100644 index 00000000..160be696 --- /dev/null +++ b/hindsight-docs/src/pages/changelog/integrations/llamaindex.md @@ -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)) diff --git a/hindsight-integrations/llamaindex/pyproject.toml b/hindsight-integrations/llamaindex/pyproject.toml index 8174eaad..9800ef2b 100644 --- a/hindsight-integrations/llamaindex/pyproject.toml +++ b/hindsight-integrations/llamaindex/pyproject.toml @@ -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" diff --git a/skills/hindsight-docs/references/changelog/integrations/llamaindex.md b/skills/hindsight-docs/references/changelog/integrations/llamaindex.md new file mode 100644 index 00000000..a1ac433f --- /dev/null +++ b/skills/hindsight-docs/references/changelog/integrations/llamaindex.md @@ -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))