maclenn77 commited on
Commit
95706db
·
unverified ·
1 Parent(s): 2f8c5cd

* refactor: separate app components

* Add multiple pages (#22)

* Update README.md

* Change names of pages

* Disable pylint rules

* refactor: separate app components

* Change names of pages

* Disable pylint rules

* Update app and dependencies

* Update requirements.txt

* Update wk_flow_requirements.txt

* Fit versions with HF

* Update pylint.yml

.github/workflows/pylint.yml CHANGED
@@ -18,6 +18,7 @@ jobs:
18
  run: |
19
  python -m pip install --upgrade pip
20
  pip install -r wk_flow_requirements.txt
 
21
  - name: Analysing the code with pylint
22
  run: |
23
- pylint $(git ls-files '*.py')
 
18
  run: |
19
  python -m pip install --upgrade pip
20
  pip install -r wk_flow_requirements.txt
21
+ pip install pylint
22
  - name: Analysing the code with pylint
23
  run: |
24
+ pylint $(git ls-files '*.py')
.python-version CHANGED
@@ -1 +1 @@
1
- 3.12.5
 
1
+ 3.10.14
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  chromadb==0.5.7
2
  fitz==0.0.1.dev2
3
- langchain==0.3.0
 
4
  openai==1.47.1
5
  python-dotenv==1.0.1
6
- streamlit==1.35.0
7
  tiktoken==0.7.0
8
- pylint
 
1
  chromadb==0.5.7
2
  fitz==0.0.1.dev2
3
+ langchain-community==0.3.0
4
+ langchain_openai==0.2.0
5
  openai==1.47.1
6
  python-dotenv==1.0.1
7
+ streamlit==1.38.0
8
  tiktoken==0.7.0
9
+ PyMuPDF==1.24.10
wk_flow_requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  chromadb==0.5.7
2
  fitz==0.0.1.dev2
3
- langchain==0.3.0
 
4
  openai==1.47.1
5
  python-dotenv==1.0.1
6
- streamlit==1.35.0
7
  tiktoken==0.7.0
8
- pylint
 
1
  chromadb==0.5.7
2
  fitz==0.0.1.dev2
3
+ langchain-community==0.3.0
4
+ langchain_openai==0.2.0
5
  openai==1.47.1
6
  python-dotenv==1.0.1
7
+ streamlit==1.38.0
8
  tiktoken==0.7.0
9
+ PyMuPDF==1.24.10