-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathsettings.ini
50 lines (45 loc) · 1.69 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = onprem
lib_name = %(repo)s
version = 0.9.0
min_python = 3.9
license = apache2
black_formatting = False
### nbdev ###
doc_path = _docs
lib_path = onprem
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = master
custom_sidebar = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Arun S. Maiya
author_email = arun@maiya.net
copyright = 2023 onwards, %(author)s
description = A tool for running on-premises large language models on non-public data
keywords = nbdev jupyter notebook python
language = English
status = 3
user = amaiya
### Optional ###
# Notes:
# pinning to ChromaDB due to backwards compatibility issues
# pinning nltk>=3.9.1 because unstructured fails on nltk==3.8.1
# pinning langchain_community>=0.3.18 because PyMUPDFLoader changed location of text_kwargs
# sk module: langdetect and charset_normalizer
# ingest.helpers: python-magic
# optional: shap, jieba
requirements = unstructured[all-docs] nltk>=3.9.1 PyMuPDF pymupdf4llm gmft extract-msg tabulate pandoc pypandoc requests tqdm syntok pandas sentence_transformers cmake setfit guidance>=0.1.5 langchain>=0.3.18 langchain-community>=0.3.18 langchain-openai langchain-huggingface langchain-chroma==0.2.2 huggingface_hub transformers accelerate langdetect charset_normalizer python-magic langchain-chroma==0.2.2 chromadb==0.6.3
# dev_requirements =
console_scripts=onprem=onprem.app.console:cli