Pipfile 600 B

1234567891011121314151617181920212223242526272829303132
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. datasets = "*"
  7. pandas = "*"
  8. litellm = "*"
  9. termcolor = "*"
  10. seaborn = "*"
  11. docker = "*"
  12. fastapi = "*"
  13. uvicorn = {extras = ["standard"], version = "*"}
  14. ruff = "*"
  15. mypy = "*"
  16. langchain = "*"
  17. langchain-core = "*"
  18. langchain-community = "*"
  19. llama-index = "*"
  20. llama-index-vector-stores-chroma = "*"
  21. chromadb = "*"
  22. llama-index-embeddings-huggingface = "*"
  23. llama-index-embeddings-azure-openai = "*"
  24. llama-index-embeddings-ollama = "*"
  25. google-generativeai = "*"
  26. toml = "*"
  27. [dev-packages]
  28. [requires]
  29. python_version = "3.11"