-
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
- Loading branch information
Showing
3 changed files
with
16 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.12.5 |
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,10 +1,8 @@ | ||
openai | ||
tiktoken | ||
langchain | ||
langchain_openai | ||
pymupdf | ||
pypdf | ||
wikipedia | ||
chromadb | ||
sentence_transformers | ||
streamlit | ||
chromadb==0.5.7 | ||
fitz==0.0.1.dev2 | ||
langchain==0.3.0 | ||
openai==1.47.1 | ||
python-dotenv==1.0.1 | ||
streamlit==1.35.0 | ||
tiktoken==0.7.0 | ||
pylint |
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,8 @@ | ||
streamlit | ||
pymupdf | ||
openai | ||
tiktoken | ||
chromadb==0.5.7 | ||
fitz==0.0.1.dev2 | ||
langchain==0.3.0 | ||
openai==1.47.1 | ||
python-dotenv==1.0.1 | ||
streamlit==1.35.0 | ||
tiktoken==0.7.0 | ||
pylint | ||
langchain | ||
langchain_openai | ||
chromadb |