Add duckdb dependency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-01-30 20:18:20 -03:00
commit a4f403612c
2 changed files with 1003 additions and 918 deletions

1920
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -37,6 +37,7 @@ typer = "^0.9.0"
gunicorn = "^21.2.0"
langchain = "~0.0.345"
openai = "^1.6.1"
duckdb = "*"
pandas = "2.0.3"
chromadb = "^0.4.0"
huggingface-hub = { version = "^0.19.0", extras = ["inference"] }