Skip to content

Commit

Permalink
📝 Add or update documentation: no need of https
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Jan 25, 2025
1 parent 7630c6d commit 961eeaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions LAST_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Release notes

## v0.2.4 🥮 [mooncake]
> Release in progress 🚧
- Improving the RAG example with Elasticsearch: `40-rag-with-elastic-markdown`
- New examples:
- Structured output: `66-structured-outputs`
- Experiments with Hypothetical Document Embeddings (HyDE): `65-hyde` (🚧 this is a work in progress)


## v0.2.3 🥧 [pie]

#### What's new in v0.2.3?
Expand Down
2 changes: 1 addition & 1 deletion examples/40-rag-with-elastic-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Wait for some seconds until the services are up and running.

```bash
export ELASTIC_PASSWORD=iloveparakeets
curl -u elastic:$ELASTIC_PASSWORD https://localhost:9200
curl -u elastic:$ELASTIC_PASSWORD http://localhost:9200
```

You should get something like this:
Expand Down
4 changes: 3 additions & 1 deletion examples/65-hyde/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# This is a work in progress
# Experiments with Hypothetical Document Embeddings (HyDE)
> 🚧 this is a work in progress

0 comments on commit 961eeaa

Please sign in to comment.