Skip to content

Commit

Permalink
Last version (#29)
Browse files Browse the repository at this point in the history
* 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
Maclenn77 authored Sep 25, 2024
1 parent 010c22e commit 2f8c5cd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.5
18 changes: 8 additions & 10 deletions requirements.txt
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
14 changes: 7 additions & 7 deletions wk_flow_requirements.txt
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

0 comments on commit 2f8c5cd

Please sign in to comment.