From 2f8c5cdbee68f00e58d096b467accbd22368940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Paulo=20P=C3=A9rez-Tejada?= Date: Tue, 24 Sep 2024 21:38:12 -0600 Subject: [PATCH] Last version (#29) * 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 --- .python-version | 1 + requirements.txt | 18 ++++++++---------- wk_flow_requirements.txt | 14 +++++++------- 3 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..d9506ce --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12.5 diff --git a/requirements.txt b/requirements.txt index 273e3bf..cce75cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/wk_flow_requirements.txt b/wk_flow_requirements.txt index f3995ba..cce75cf 100644 --- a/wk_flow_requirements.txt +++ b/wk_flow_requirements.txt @@ -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