2023-10-26 01:47:42 +00:00
|
|
|
[tool.poetry]
|
2023-10-29 05:13:22 +00:00
|
|
|
name = "cassandra-synonym-caching"
|
2023-10-26 01:47:42 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
description = ""
|
|
|
|
authors = ["Stefano Lottini <stefano.lottini@datastax.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-10-31 16:20:29 +00:00
|
|
|
python = ">=3.8.1,<4.0"
|
2023-10-26 01:47:42 +00:00
|
|
|
langchain = ">=0.0.313"
|
|
|
|
openai = "^0.28.1"
|
|
|
|
tiktoken = "^0.5.1"
|
|
|
|
cassio = "^0.1.3"
|
|
|
|
|
|
|
|
[tool.langserve]
|
|
|
|
export_module = "cassandra_synonym_caching"
|
|
|
|
export_attr = "chain"
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|