[tool.poetry] name = "rag-codellama-fireworks" version = "0.1.0" description = "" authors = [ "Lance Martin ", ] readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<4.0" langchain = ">=0.0.325" gpt4all = ">=1.0.8" tiktoken = ">=0.5.1" chromadb = ">=0.4.14" fireworks-ai = ">=0.6.0" [tool.langserve] export_module = "rag_codellama_fireworks" export_attr = "chain" [build-system] requires = [ "poetry-core", ] build-backend = "poetry.core.masonry.api"