Jorge Londono commited on
Commit ·
c1985cc
1
Parent(s): 3ef7872
Fixing problems with dependencies
Browse files- app03-chatRagLcelMem.py +1 -1
- modules.md +3 -3
- requirements.txt +0 -0
app03-chatRagLcelMem.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Run with reload mode:
|
| 2 |
-
# gradio
|
| 3 |
|
| 4 |
import os
|
| 5 |
import gradio as gr
|
|
|
|
| 1 |
# Run with reload mode:
|
| 2 |
+
# gradio app03-chatRagLcelMem.py
|
| 3 |
|
| 4 |
import os
|
| 5 |
import gradio as gr
|
modules.md
CHANGED
|
@@ -13,18 +13,18 @@ pip install \
|
|
| 13 |
sentence-transformers \
|
| 14 |
langchain_google_genai \
|
| 15 |
langchain-pinecone \
|
| 16 |
-
huggingface_hub
|
|
|
|
| 17 |
|
| 18 |
pip install langchain_groq # Groq API
|
| 19 |
pip install langsmith # LangSmith
|
| 20 |
|
| 21 |
|
| 22 |
PS:
|
| 23 |
-
pip install gradio langchain langchain-community sentence-transformers langchain_google_genai langchain-pinecone huggingface_hub langchain_groq langsmith
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
-
# python-dotenv \
|
| 28 |
# pinecone-client==2.2.4 \
|
| 29 |
```
|
| 30 |
|
|
|
|
| 13 |
sentence-transformers \
|
| 14 |
langchain_google_genai \
|
| 15 |
langchain-pinecone \
|
| 16 |
+
huggingface_hub \
|
| 17 |
+
python-dotenv
|
| 18 |
|
| 19 |
pip install langchain_groq # Groq API
|
| 20 |
pip install langsmith # LangSmith
|
| 21 |
|
| 22 |
|
| 23 |
PS:
|
| 24 |
+
pip install gradio langchain langchain-community sentence-transformers langchain_google_genai langchain-pinecone huggingface_hub langchain_groq langsmith python-dotenv
|
| 25 |
|
| 26 |
|
| 27 |
|
|
|
|
| 28 |
# pinecone-client==2.2.4 \
|
| 29 |
```
|
| 30 |
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|