mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
15 lines
No EOL
221 B
YAML
15 lines
No EOL
221 B
YAML
name: semantic-search
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.*
|
|
- numpy=1.21.*
|
|
- pytorch
|
|
- transformers
|
|
- sentence-transformers
|
|
- fastapi
|
|
- uvicorn
|
|
- pyyaml
|
|
- pytest
|
|
- pillow
|
|
- torchvision |