Skip to content

Commit

Permalink
v2.3.73
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 18, 2024
1 parent 0944a91 commit ecdd43b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cookbook/examples/data_eng/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pandas==2.2.0
# -r cookbook/examples/data_eng/requirements.in
# altair
# streamlit
phidata==2.3.62
phidata==2.3.73
# via -r cookbook/examples/data_eng/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/local_rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.0
# streamlit
pgvector==0.2.4
# via -r cookbook/examples/local_rag/requirements.in
phidata==2.3.62
phidata==2.3.73
# via -r cookbook/examples/local_rag/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/research/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pandas==2.2.2
# via
# altair
# streamlit
phidata==2.3.72
phidata==2.3.73
# via -r cookbook/examples/research/requirements.in
pillow==10.3.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/worldbuilding/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pandas==2.2.0
# via
# altair
# streamlit
phidata==2.3.62
phidata==2.3.73
# via -r cookbook/examples/worldbuilding/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/groq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pandas==2.2.1
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/groq/requirements.in
phidata==2.3.62
phidata==2.3.73
# via -r cookbook/llms/groq/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/hermes2/auto_rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.0
# streamlit
pgvector==0.2.4
# via -r cookbook/llms/hermes2/auto_rag/requirements.in
phidata==2.3.62
phidata==2.3.73
# via -r cookbook/llms/hermes2/auto_rag/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/mistral/rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.2
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/mistral/rag/requirements.in
phidata==2.3.72
phidata==2.3.73
# via -r cookbook/llms/mistral/rag/requirements.in
pillow==10.3.0
# via streamlit
Expand Down
9 changes: 0 additions & 9 deletions cookbook/llms/ollama/rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ docker run -d \
phidata/pgvector:16
```

### Optional: Get your Firecrawler API Key

We're testing [Firecrawl](https://www.firecrawl.dev/) for web scraping.
You can get an API key [here](https://www.firecrawl.dev/).

```shell
export FIRECRAWL_API_KEY="fc-***"
```

### 5. Run RAG App

```shell
Expand Down
1 change: 0 additions & 1 deletion cookbook/llms/ollama/rag/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ sqlalchemy
streamlit
bs4
duckduckgo-search
firecrawl-py
8 changes: 2 additions & 6 deletions cookbook/llms/ollama/rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ curl-cffi==0.6.2
# via duckduckgo-search
duckduckgo-search==5.3.0
# via -r cookbook/llms/ollama/rag/requirements.in
firecrawl-py==0.0.5
# via -r cookbook/llms/ollama/rag/requirements.in
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
Expand Down Expand Up @@ -98,7 +96,7 @@ pandas==2.2.2
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/ollama/rag/requirements.in
phidata==2.3.72
phidata==2.3.73
# via -r cookbook/llms/ollama/rag/requirements.in
pillow==10.3.0
# via streamlit
Expand Down Expand Up @@ -141,9 +139,7 @@ referencing==0.34.0
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# firecrawl-py
# streamlit
# via streamlit
rich==13.7.1
# via
# phidata
Expand Down

0 comments on commit ecdd43b

Please sign in to comment.