Skip to content

Commit

Permalink
Merge pull request #19 from ContextualAI/pip-install
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
sean-smith authored Jan 22, 2025
2 parents 2c7bb52 + 047dd71 commit 4969289
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/.DS_Store
.ipynb_checkpoints
eval_results_python.csv
.env
11 changes: 10 additions & 1 deletion 01-getting-started/quick-start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ContextualAI/examples/blob/main/01-getting-started/quick-start.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install contextual-client"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -295,7 +304,7 @@
"toc_visible": true
},
"kernelspec": {
"display_name": "py3.10",
"display_name": "3.10.16",
"language": "python",
"name": "python3"
},
Expand Down
6 changes: 5 additions & 1 deletion 02-hands-on-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Contextual AI lets you create and run specialized AI agents that are powered by

The full documentation is available at [docs.contextual.ai](https://docs.contextual.ai/)

You can go through this lab in 30-60 minutes and covers the following topics:
You can go through this lab in 30-60 minutes. To get started in Colab click the following button:

<a target="_blank" href="https://colab.research.google.com/github/ContextualAI/examples/blob/main/02-hands-on-lab/lab1_create_agent.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

### Lab 1: Creating the Datastore and Agent

Expand Down
9 changes: 9 additions & 0 deletions 02-hands-on-lab/lab1_create_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"### Lab 1: Creating a Datastore and an Agent"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install contextual-client"
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down

0 comments on commit 4969289

Please sign in to comment.