Spaces:
Runtime error
Runtime error
Merge pull request #39 from eliawaefler/csv
Browse files
flake.nix
CHANGED
|
@@ -20,13 +20,19 @@
|
|
| 20 |
python-pkgs.matplotlib
|
| 21 |
python-pkgs.requests
|
| 22 |
python-pkgs.langchain-community
|
|
|
|
| 23 |
python-pkgs.langchain-text-splitters
|
| 24 |
-
python-pkgs.unstructured
|
| 25 |
python-pkgs.openai
|
| 26 |
python-pkgs.pydantic
|
| 27 |
python-pkgs.python-dotenv
|
| 28 |
python-pkgs.configargparse
|
| 29 |
python-pkgs.streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
pkgs.unstructured-api
|
| 31 |
]))
|
| 32 |
];
|
|
|
|
| 20 |
python-pkgs.matplotlib
|
| 21 |
python-pkgs.requests
|
| 22 |
python-pkgs.langchain-community
|
| 23 |
+
python-pkgs.langchain
|
| 24 |
python-pkgs.langchain-text-splitters
|
| 25 |
+
python-pkgs.unstructured
|
| 26 |
python-pkgs.openai
|
| 27 |
python-pkgs.pydantic
|
| 28 |
python-pkgs.python-dotenv
|
| 29 |
python-pkgs.configargparse
|
| 30 |
python-pkgs.streamlit
|
| 31 |
+
python-pkgs.pip
|
| 32 |
+
python-pkgs.lark
|
| 33 |
+
python-pkgs.jupyter
|
| 34 |
+
python-pkgs.notebook
|
| 35 |
+
python-pkgs.sentence-transformers
|
| 36 |
pkgs.unstructured-api
|
| 37 |
]))
|
| 38 |
];
|