Skip to content

Commit 665aa27

Browse files
committed
added rag dependencies to pyproject.toml
1 parent e8940dc commit 665aa27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎pyproject.toml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ testing = ['pytest', 'pytest-mock']
6868
dev = [
6969
'ruff',
7070
]
71+
rag-usecase = [
72+
'langchain-community',
73+
'langchain-openai',
74+
'markdown',
75+
'chromadb',
76+
'langchain-chroma',
77+
]
7178

7279
[project.scripts]
7380
wintermute = "hackingBuddyGPT.cli.wintermute:main"

0 commit comments

Comments
 (0)