Spaces:
Runtime error
Runtime error
This Pull Request fixes the error of the space
Browse filesYou need to import the `langchain_community` library in your `requirements.txt`.
Click on _Merge_ to add this feature.
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
openai
|
| 2 |
-
langchain
|
|
|
|
|
|
| 1 |
openai
|
| 2 |
+
langchain
|
| 3 |
+
langchain_community
|