[docs]: Revamp embedchain docs (#799)

This commit is contained in:
Deshraj Yadav
2023-10-13 15:38:15 -07:00
committed by GitHub
parent a86d7f52e9
commit 4a8c50f886
68 changed files with 1175 additions and 673 deletions

View File

@@ -1,10 +1,15 @@
[tool.poetry]
name = "embedchain"
version = "0.0.69"
description = "embedchain is a framework to easily create LLM powered bots over any dataset"
authors = ["Taranjeet Singh"]
version = "0.0.70"
description = "Embedchain is a framework to easily create LLM powered apps over any dataset"
authors = ["Taranjeet Singh, Deshraj Yadav"]
license = "Apache License"
readme = "README.md"
exclude = [
"db",
"configs",
"notebooks"
]
[build-system]
requires = ["setuptools", "wheel"]
@@ -36,7 +41,7 @@ exclude = [
"build",
"dist",
"node_modules",
"venv",
"venv"
]
line-length = 120
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"