private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Add poetry env setup

Open andreakiro opened this issue 1 year ago • 2 comments

  • Add poetry as another option to manage Python dependencies environment to facilitate adoption.
  • Address installation issues (such as #66 or #71).

andreakiro avatar May 12 '23 13:05 andreakiro

There are more dependencies. This are the right ones:

[tool.poetry.dependencies] python = "^3.10" langchain = "0.0.171" pygpt4all = "1.1.0" chromadb = "0.3.23" llama-cpp-python = "0.1.50" urllib3 = "2.0.2" "pdfminer.six" = "20221105" python-dotenv = "1.0.0" unstructured = "0.6.6" extract-msg = "0.41.1" tabulate = "0.9.0" pandoc = "2.3" pypandoc = "1.11" tqdm = "4.65.0"

morsamatias avatar May 21 '23 04:05 morsamatias

@andreakiro

morsamatias avatar May 24 '23 17:05 morsamatias