-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.12.5 | ||
3.10.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
chromadb==0.5.7 | ||
fitz==0.0.1.dev2 | ||
langchain==0.3.0 | ||
langchain-community==0.3.0 | ||
langchain_openai==0.2.0 | ||
openai==1.47.1 | ||
python-dotenv==1.0.1 | ||
streamlit==1.35.0 | ||
streamlit==1.38.0 | ||
tiktoken==0.7.0 | ||
pylint | ||
PyMuPDF==1.24.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
chromadb==0.5.7 | ||
fitz==0.0.1.dev2 | ||
langchain==0.3.0 | ||
langchain-community==0.3.0 | ||
langchain_openai==0.2.0 | ||
openai==1.47.1 | ||
python-dotenv==1.0.1 | ||
streamlit==1.35.0 | ||
streamlit==1.38.0 | ||
tiktoken==0.7.0 | ||
pylint | ||
PyMuPDF==1.24.10 |