[Improvement] Add support for reloading history for an existing app (#930)

This commit is contained in:
Deshraj Yadav
2023-11-09 15:17:51 -08:00
committed by GitHub
parent 654fd8d74c
commit 17129e2eaa
5 changed files with 25 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.3"
version = "0.1.4"
description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data"
authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>",
@@ -191,6 +191,4 @@ postgres = ["psycopg", "psycopg-binary", "psycopg-pool"]
[tool.poetry.group.docs.dependencies]
[tool.poetry.scripts]