mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 12:11:02 +02:00
Removed the Google GenAI hard-coded install
This commit is contained in:
parent
48adbc8b6d
commit
564b37a357
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ RUN dnf install -y python3.13 && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir \
|
RUN pip3 install --no-cache-dir \
|
||||||
anthropic cohere mistralai openai google-generativeai \
|
anthropic cohere mistralai openai \
|
||||||
ollama \
|
ollama \
|
||||||
langchain==0.3.25 langchain-core==0.3.60 \
|
langchain==0.3.25 langchain-core==0.3.60 \
|
||||||
langchain-text-splitters==0.3.8 \
|
langchain-text-splitters==0.3.8 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue