Skip to content

Commit

Permalink
Update deps and readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar-daxa authored Jan 23, 2024
1 parent 6f0515c commit e71358e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions samples/harmful-advice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ source .venv/bin/activate
2. Install dependencies

```console
$ pip3 install -r requirements.txt
$ pip3 install -r requirements.txt --extra-index-url https://test.pypi.org/simple
```

3. Install `daxa_langchain` python package. You can download this package from your Daxa dashboard Profile at the top right hand corner, `API Key & Packages` page
Expand Down Expand Up @@ -42,4 +42,4 @@ $ python3 harmful_advice_nodaxa.py
$ python3 harmful_advice_withdaxa.py
```

7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
3 changes: 2 additions & 1 deletion samples/harmful-advice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
langchain==0.0.352
langchain>=0.1.2
langchain-openai
pebblo-langchain
chromadb==0.4.7
python-dotenv==1.0.0
tiktoken
Expand Down
4 changes: 2 additions & 2 deletions samples/medical-advice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ source .venv/bin/activate
2. Install dependencies

```console
$ pip3 install -r requirements.txt
$ pip3 install -r requirements.txt --extra-index-url https://test.pypi.org/simple
```

3. Install `daxa_langchain` python package. You can download this package from your Daxa dashboard Profile at the top right hand corner, `API Key & Packages` page
Expand Down Expand Up @@ -42,4 +42,4 @@ $ python3 medical_advice_nodaxa.py
$ python3 medical_advice_withdaxa.py
```

7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
3 changes: 2 additions & 1 deletion samples/medical-advice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
langchain==0.0.352
langchain>=0.1.2
langchain-openai
pebblo-langchain
chromadb==0.4.7
python-dotenv==1.0.0
tiktoken
Expand Down
4 changes: 2 additions & 2 deletions samples/restricted-entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ source .venv/bin/activate
2. Install dependencies

```console
$ pip3 install -r requirements.txt
$ pip3 install -r requirements.txt --extra-index-url https://test.pypi.org/simple
```

3. Install `daxa_langchain` python package. You can download this package from your Daxa dashboard Profile at the top right hand corner, `API Key & Packages` page
Expand Down Expand Up @@ -42,4 +42,4 @@ $ python3 restricted_entities_nodaxa.py
$ python3 restricted_entities_withdaxa.py
```

7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
7. Head back to Daxa dashboard to explore visibility, governance and protection features of Daxa at https://app.daxa.ai
3 changes: 2 additions & 1 deletion samples/restricted-entities/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
langchain==0.0.352
langchain>=0.1.2
langchain-openai
pebblo-langchain
chromadb==0.4.7
python-dotenv==1.0.0
tiktoken
Expand Down

0 comments on commit e71358e

Please sign in to comment.