Fix pip install issue due to FAISS (#102)

- change requirements.txt to fix Issue #101
- update .gitignore to support VSCode dev environment
harrison/prompt_examples
Delip Rao 2 years ago committed by GitHub
parent 386a14a19f
commit bd462e9df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,3 +1,4 @@
.vscode/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]

@ -8,7 +8,7 @@ nlpcloud
playwright playwright
wikipedia wikipedia
huggingface_hub huggingface_hub
faiss faiss-cpu
sentence_transformers sentence_transformers
# For development # For development
jupyter jupyter

Loading…
Cancel
Save