diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-08-25 00:06:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-08-25 00:06:19 +0200 |
commit | 28a1f5d4eddab6eb7c9ca77346c6fa9608856dd5 (patch) | |
tree | 563ffd32f1a6f5705c1fbf6230d5d226fd0e0e48 /pyproject.toml | |
parent | 6afba9079eebe867ac4f1b6073b5277513e7491b (diff) |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5ae03d2..e90a609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,13 @@ dependencies = [ "python-dotenv<2.0.0,>=1.0.1", "qdrant-client<2.0.0,>=1.8.2", "loguru<1.0.0,>=0.7.2", - "cohere<6.0.0,>=5.2.3", "tqdm<5.0.0,>=4.66.2", "click<9.0.0,>=8.1.7", "sentence-transformers<3.0.0,>=2.7.0", "textual<1.0.0,>=0.83.0", + "transformers>=4.46.2", + "mcp[cli]>=1.13.1", + "pydantic>=2.11.7", ] name = "rag" version = "0.1.0" |