forked from Archives/langchain
76aff023d7
also adds embeddings and an in memory docstore
18 lines
205 B
Plaintext
18 lines
205 B
Plaintext
-r test_requirements.txt
|
|
# For linting
|
|
black
|
|
isort
|
|
mypy
|
|
flake8
|
|
flake8-docstrings
|
|
# For integrations
|
|
cohere
|
|
openai
|
|
google-search-results
|
|
playwright
|
|
wikipedia
|
|
huggingface_hub
|
|
faiss
|
|
# For development
|
|
jupyter
|