Skip to content

Commit

Permalink
Update for security pathc (#11)
Browse files Browse the repository at this point in the history
michael-chi authored Aug 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 56a0662 commit e5543cc
Showing 3 changed files with 1,013 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion LAB005-0-Homework-ChatService/requirements.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
Flask==2.3.2

# Langchain / LLM
langchain==0.0.205
langchain==0.0.259
transformers==4.28.1
pandas==1.5.3
datasets==2.11.0
12 changes: 8 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
langchain==0.0.205
langchain==0.0.259
transformers
pandas
datasets
google-api-python-client
vertexai

# chromadb==0.3.21
pypdf
pypdf>=3.9.0
faiss-cpu
pydantic

@@ -18,7 +18,7 @@ google-search-results
uvicorn

httpx
requests
requests>=2.31.0

# CSV Loader
tabulate
@@ -50,4 +50,8 @@ types-protobuf

SQLAlchemy==1.4.48
sqlalchemy-bigquery
python-bigquery-validator
python-bigquery-validator

certifi>=2023.07.22
aiohttp>=3.8.5
cryptography>=41.0.3
Loading

0 comments on commit e5543cc

Please sign in to comment.