From 961eeaa7254d6ddd59a3543d6bfbf92978b4d6f9 Mon Sep 17 00:00:00 2001 From: "@k33g" Date: Sat, 25 Jan 2025 01:14:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20or=20update=20documentatio?= =?UTF-8?q?n:=20no=20need=20of=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LAST_RELEASE.md | 9 +++++++++ examples/40-rag-with-elastic-markdown/README.md | 2 +- examples/65-hyde/README.md | 4 +++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/LAST_RELEASE.md b/LAST_RELEASE.md index 184175d..999c428 100644 --- a/LAST_RELEASE.md +++ b/LAST_RELEASE.md @@ -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? diff --git a/examples/40-rag-with-elastic-markdown/README.md b/examples/40-rag-with-elastic-markdown/README.md index e2dc151..0c87ae1 100644 --- a/examples/40-rag-with-elastic-markdown/README.md +++ b/examples/40-rag-with-elastic-markdown/README.md @@ -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: diff --git a/examples/65-hyde/README.md b/examples/65-hyde/README.md index bc958ba..35ca502 100644 --- a/examples/65-hyde/README.md +++ b/examples/65-hyde/README.md @@ -1,2 +1,4 @@ -# This is a work in progress +# Experiments with Hypothetical Document Embeddings (HyDE) +> 🚧 this is a work in progress +