Pipfile 555 B

123456789101112131415161718192021222324252627282930
  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. llama-index = "*"
  17. llama-index-vector-stores-chroma = "*"
  18. chromadb = "*"
  19. llama-index-embeddings-huggingface = "*"
  20. llama-index-embeddings-azure-openai = "*"
  21. llama-index-embeddings-ollama = "*"
  22. google-generativeai = "*"
  23. toml = "*"
  24. json_repair = "*"
  25. [dev-packages]
  26. [requires]
  27. python_version = "3.11"