add poetry
This commit is contained in:
1117
poetry.lock
generated
Normal file
1117
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[tool.poetry]
|
||||
name = "pymemgpt"
|
||||
version = "0.1.0"
|
||||
description = "Teaching LLMs memory management for unbounded context"
|
||||
authors = ["Sarah Wooders <sarahwooders@gmail.com>"]
|
||||
license = "Apache License"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "<3.13,>=3.9"
|
||||
absl-py = "^2.0.0"
|
||||
typer = {extras = ["all"], version = "^0.9.0"}
|
||||
questionary = "^2.0.1"
|
||||
demjson3 = "^3.0.6"
|
||||
numpy = "^1.26.1"
|
||||
pytz = "^2023.3.post1"
|
||||
faiss-cpu = "^1.7.4"
|
||||
tiktoken = "^0.5.1"
|
||||
pymupdf = "^1.23.5"
|
||||
tqdm = "^4.66.1"
|
||||
openai = "^0.28.1"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user