Skip to content

Commit

Permalink
Fix pip install issue due to FAISS (langchain-ai#102)
Browse files Browse the repository at this point in the history
- change requirements.txt to fix Issue langchain-ai#101
- update .gitignore to support VSCode dev environment
  • Loading branch information
delip authored Nov 9, 2022
1 parent 386a14a commit bd462e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nlpcloud
playwright
wikipedia
huggingface_hub
faiss
faiss-cpu
sentence_transformers
# For development
jupyter

0 comments on commit bd462e9

Please sign in to comment.