Fix pip install issue due to FAISS (#102)

- change requirements.txt to fix Issue #101
- update .gitignore to support VSCode dev environment
This commit is contained in:
Delip Rao 2022-11-09 16:23:17 -05:00 committed by GitHub
parent 386a14a19f
commit bd462e9df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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