Skip to content

Commit

Permalink
Clean up repo and tweak pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bu2 committed Aug 30, 2023
1 parent bb4994a commit 0ae6dd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
3 changes: 0 additions & 3 deletions ChatGPT_Retrieval_Plugin_QA.ipynb:Zone.Identifier

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ authors = ["isafulf <[email protected]>"]
readme = "README.md"
packages = [
{include = "server"},
{include = "kdbai_client", from="/home/cposner/.local/lib/python3.10/site-packages/"},
]

[[tool.poetry.source]]
Expand Down Expand Up @@ -45,6 +44,7 @@ psycopg2cffi = {version = "^2.9.0", optional = true}
loguru = "^0.7.0"
elasticsearch = "8.8.2"
pykx="^1.6.3"
kdbai_client = { path = "../kdbai-python-client" }

[tool.poetry.scripts]
start = "server.main:start"
Expand Down

0 comments on commit 0ae6dd2

Please sign in to comment.