mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-12 00:32:37 +02:00
Added basic Mistral API support
This commit is contained in:
parent
88768a791b
commit
5f5cf8fd07
5 changed files with 215 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ RUN pip3 install torch==2.5.1+cpu \
|
|||
--index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
RUN pip3 install \
|
||||
anthropic boto3 cohere openai google-cloud-aiplatform \
|
||||
anthropic boto3 cohere mistralai openai google-cloud-aiplatform \
|
||||
ollama google-generativeai \
|
||||
langchain==0.3.13 langchain-core==0.3.28 langchain-huggingface==0.1.2 \
|
||||
langchain-text-splitters==0.3.4 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue