File tree Expand file tree Collapse file tree 4 files changed +123
-217
lines changed Expand file tree Collapse file tree 4 files changed +123
-217
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ short_description: Human-Wildlife Conflict LLM
12
12
license : bsd
13
13
---
14
14
15
- # Welcome to Streamlit!
15
+ View app: < https://huggingface.co/spaces/boettiger-lab/hwc-llm >
16
16
17
- Edit ` /src/streamlit_app.py ` to customize this app to your heart's desire. :heart :
18
17
19
- If you have any questions, checkout our [ documentation] ( https://docs.streamlit.io ) and [ community
20
- forums] ( https://discuss.streamlit.io ) .
Original file line number Diff line number Diff line change 1
1
streamlit
2
- langchain-chroma
3
- bs4
4
- langchain
5
- langchain-chroma
6
2
langchain-community
7
3
langchain-core
8
- langchain-core
9
4
langchain_openai
10
5
langchain-text-splitters
11
6
requests
Original file line number Diff line number Diff line change @@ -115,3 +115,5 @@ def vector_store(_splits):
115
115
# https://python.langchain.com/docs/tutorials/qa_chat_history/
116
116
117
117
# Also see structured outputs.
118
+
119
+
You can’t perform that action at this time.
0 commit comments