Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okhat authored Jul 17, 2023
1 parent 3619f5f commit f9840c6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
### Temporary Note:

The ColBERTv2 Wikipedia index has been moved to the following URL. **http://ec2-35-87-71-196.us-west-2.compute.amazonaws.com:8893/api/search** —— We will update the DSP notebooks shortly.

# 🎓𝗗𝗦𝗣: The Demonstrate–Search–Predict Framework

The **DSP** framework provides a programming abstraction for _rapidly building sophisticated AI systems_. It's primarily (but not exclusively) designed for tasks that are knowledge intensive (e.g., answering user questions or researching complex topics).
Expand Down Expand Up @@ -33,6 +29,13 @@ You can **[open the intro notebook in Google Colab](https://colab.research.googl

Once you go through the notebook, you'll be ready to create your own DSP pipelines!

### Temporary Note:

The ColBERTv2 Wikipedia index has been moved to the following URL. **http://index.contextual.ai:8893/api/search?query=who%20is%20the%20first%20person%20on%20the%20moon**.

To use in the notebooks, please set the colbert server URL to be `http://index.contextual.ai:8893/api/search`.


<p align="center">
<img align="center" src="docs/images/DSP-example.png" width="850px" />
</p>
Expand Down

0 comments on commit f9840c6

Please sign in to comment.