khoj/environment.yml
Debanjum Singh Solanky d4e1120b22 Add GPT based conversation processor to understand intent and converse with user
- Allow conversing with user using GPT's contextually aware, generative capability
- Extract metadata, user intent from user's messages using GPT's general understanding
2021-11-27 18:12:01 +05:30

16 lines
No EOL
271 B
YAML

name: semantic-search
channels:
- conda-forge
dependencies:
- python=3.*
- numpy=1.*
- pytorch=1.*
- transformers=4.*
- sentence-transformers=2.0.0
- fastapi=0.*
- uvicorn=0.*
- pyyaml=5.*
- pytest=6.*
- pillow=8.*
- torchvision=0.*
- openai=0.*