File size: 1,557 Bytes
9192449
 
c8adee0
 
15556b1
c8adee0
1ba1051
 
 
 
 
 
 
c918f92
9192449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c8adee0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# JB OK:

# crewai # JB OK
crewai[tools]
exa-py

langchain               # = "0.1.17"
langchain-core          # = "0.1.52"
langchain-anthropic     # = "^0.1.11"
langchain-groq          # = "^0.1.3"
# streamlit             # = "^1.34.0" # Is all geinstalleerd door HF Spaces !
langchain-google-genai  # = "^1.0.3"
pillow                  # = "^10.3.0"


# OK ?
# HUGGING FACE LLMs
# https://python.langchain.com/v0.2/docs/integrations/chat/huggingface/
# HUGGINGFACEHUB_API_TOKEN
# https://huggingface.co/docs/hub/security-tokens
# https://huggingface.co/settings/tokens
# %pip install --upgrade --quiet  langchain-huggingface text-generation transformers google-search-results numexpr langchainhub sentencepiece jinja2
langchain-huggingface 
text-generation 
transformers 
google-search-results 
numexpr 
langchainhub 
sentencepiece 
jinja2


# FROM pyproject.toml :
# [tool.poetry.dependencies]
# python = ">=3.10,<=3.13"
# crewai = {extras = ["tools"], version = "^0.28.7"} ----> pip install 'crewai[tools]'
# exa-py = "^1.0.9"
# langchain = "0.1.17"
# langchain-core = "0.1.52"
# langchain-anthropic = "^0.1.11"
# langchain-groq = "^0.1.3"
# streamlit = "^1.34.0"
# langchain-google-genai = "^1.0.3"
# pillow = "^10.3.0"

# If you want to install the 'crewai' package along with its optional features 
# that include additional tools for agents,
# you can do so by using the following command: 
# pip install 'crewai[tools]'. 
# This command installs the basic package and also adds extra components
# which require more dependencies to function."

# ...