We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6cf19 commit 2c11d01Copy full SHA for 2c11d01
.github/workflows/pre-commit.yml
@@ -26,4 +26,4 @@ jobs:
26
run: pip install pre-commit
27
28
- name: Run pre-commit
29
- run: pre-commit run --all-files
+ run: pre-commit run --all-files --verbose
requirements.txt
@@ -5,6 +5,9 @@ langchain-community==0.3.14
5
openai==1.59.8
6
langchain-openai==0.3.0
7
streamlit==1.41.1
8
+python-dotenv==1.0.1
9
+faiss-cpu==1.10.0
10
+pre_commit==4.1.0
11
setuptools
12
wheel
13
twine
0 commit comments