mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.vscode/
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
@@ -8,7 +8,7 @@ nlpcloud
|
||||
playwright
|
||||
wikipedia
|
||||
huggingface_hub
|
||||
faiss
|
||||
faiss-cpu
|
||||
sentence_transformers
|
||||
# For development
|
||||
jupyter
|
||||
|
Reference in New Issue
Block a user