Joshua Sundance Bailey
commited on
Commit
·
1fb27e8
1
Parent(s):
41cea40
badges
Browse files- .idea/misc.xml +3 -0
- README.md +12 -5
.idea/misc.xml
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
|
|
|
|
|
|
3 |
<component name="ProjectRootManager" version="2" project-jdk-name="Remote Python 3.11.4 Docker (<none>:<none>) (5)" project-jdk-type="Python SDK" />
|
4 |
</project>
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
+
<component name="Black">
|
4 |
+
<option name="sdkName" value="Remote Python 3.11.4 Docker (<none>:<none>) (5)" />
|
5 |
+
</component>
|
6 |
<component name="ProjectRootManager" version="2" project-jdk-name="Remote Python 3.11.4 Docker (<none>:<none>) (5)" project-jdk-type="Python SDK" />
|
7 |
</project>
|
README.md
CHANGED
@@ -13,16 +13,23 @@ tags: [langchain, streamlit, docker]
|
|
13 |
|
14 |
[](https://opensource.org/licenses/MIT)
|
15 |
[](https://www.python.org)
|
16 |
-
[](https://github.com/PyCQA/bandit)
|
17 |
-
[](https://github.com/charliermarsh/ruff)
|
18 |
-
[](https://github.com/psf/black)
|
19 |
-
[](https://github.com/pre-commit/pre-commit)
|
20 |
-
[](http://mypy-lang.org/)
|
21 |
|
22 |
[](https://hub.docker.com/r/joshuasundance/langchain-streamlit-demo)
|
23 |
[](https://hub.docker.com/r/joshuasundance/langchain-streamlit-demo)
|
24 |
[](https://huggingface.co/spaces/joshuasundance/langchain-streamlit-demo)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
This project shows how to build a simple chatbot UI with [Streamlit](https://streamlit.io) and [LangChain](https://langchain.com).
|
28 |
|
|
|
13 |
|
14 |
[](https://opensource.org/licenses/MIT)
|
15 |
[](https://www.python.org)
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
[](https://hub.docker.com/r/joshuasundance/langchain-streamlit-demo)
|
18 |
[](https://hub.docker.com/r/joshuasundance/langchain-streamlit-demo)
|
19 |
[](https://huggingface.co/spaces/joshuasundance/langchain-streamlit-demo)
|
20 |
|
21 |
+

|
22 |
+

|
23 |
+

|
24 |
+
|
25 |
+
[](https://github.com/pre-commit/pre-commit)
|
26 |
+
[](https://github.com/charliermarsh/ruff)
|
27 |
+
[](http://mypy-lang.org/)
|
28 |
+
[](https://github.com/psf/black)
|
29 |
+
|
30 |
+
[](https://github.com/PyCQA/bandit)
|
31 |
+

|
32 |
+
|
33 |
|
34 |
This project shows how to build a simple chatbot UI with [Streamlit](https://streamlit.io) and [LangChain](https://langchain.com).
|
35 |
|