Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from langchain_community.memory import ConversationBufferMemory
|
| 2 |
from langchain_community.chat_message_histories import StreamlitChatMessageHistory
|
| 3 |
from langchain_groq import ChatGroq
|
|
|
|
| 1 |
+
%%capture
|
| 2 |
+
|
| 3 |
+
%pip install langchain langchain-community
|
| 4 |
+
%pip install langchainhub
|
| 5 |
+
%pip install langchain-chroma
|
| 6 |
+
%pip install langchain-groq
|
| 7 |
+
%pip install langchain-huggingface
|
| 8 |
+
%pip install gradio
|
| 9 |
+
|
| 10 |
from langchain_community.memory import ConversationBufferMemory
|
| 11 |
from langchain_community.chat_message_histories import StreamlitChatMessageHistory
|
| 12 |
from langchain_groq import ChatGroq
|