29 lines
637 B
YAML

# Python version required to run the project.
python: "3.11.11"
# Dependencies required to build packages. This field is optional.
build_dependencies:
- pip==23.3.1
- setuptools
- wheel==0.37.1
- chromadb
- langchain
- sentence_transformers
- python-decouple
- langchain_google_genai
- langchain-deepseek
- langchain-openai
- langchain-community
- mlflow[genai]
- langsmith
- openai
- tiktoken
- langchainhub
- langgraph
- langchain-text-splitters
- langchain-cohere
- tavily-python
- langchain_huggingface
- pydantic
# Dependencies required to run the project.
dependencies:
- mlflow==2.8.1