pilayar commited on
Commit
927ca2c
·
verified ·
1 Parent(s): c44882c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -1,16 +1,14 @@
1
- # UI and Core
2
  streamlit
3
  altair
4
  pandas
5
  pillow
6
  requests
7
  pydantic
8
-
9
- # AI and RAG
10
  google-genai
11
  langchain
12
  langchain-community
13
- langchain-google-genai>=2.0.0
 
14
  langchain-huggingface
15
  sentence-transformers
16
  chromadb
 
 
1
  streamlit
2
  altair
3
  pandas
4
  pillow
5
  requests
6
  pydantic
 
 
7
  google-genai
8
  langchain
9
  langchain-community
10
+ langchain-core
11
+ langchain-google-genai
12
  langchain-huggingface
13
  sentence-transformers
14
  chromadb