Spaces:
Running
Running
Update app.py
Browse files
agent.py
CHANGED
@@ -126,7 +126,7 @@ with open("system_prompt.txt", "r", encoding="utf-8") as f:
|
|
126 |
sys_msg = SystemMessage(content=system_prompt)
|
127 |
|
128 |
# Custom embedding class
|
129 |
-
|
130 |
#from langchain_huggingface import HuggingFaceEmbeddings
|
131 |
|
132 |
|
|
|
126 |
sys_msg = SystemMessage(content=system_prompt)
|
127 |
|
128 |
# Custom embedding class
|
129 |
+
|
130 |
#from langchain_huggingface import HuggingFaceEmbeddings
|
131 |
|
132 |
|