Skip to content

Commit 9efc22c

Browse files
authored
build: release commit for 0.11.5 (#2285)
Also fix broken link in docs.
1 parent 36e81c3 commit 9efc22c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.5-dev2
1+
## 0.11.5
22

33
### Enhancements
44

Diff for: docs/source/introduction/key_concepts.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Natural Language Processing (NLP) encompasses a broad spectrum of tasks and meth
66
Data Ingestion
77
--------------
88

9-
Unstructured's ``upstream connectors`` make data ingestion easy. They ensure that your data is accessible, up to date, and usable for any downstream task. If you'd like to read more on our upstream connectors, you can find details `here <https://unstructured-io.github.io/unstructured/source_connectors.html>`__.
9+
Unstructured's ``upstream connectors`` make data ingestion easy. They ensure that your data is accessible, up to date, and usable for any downstream task. If you'd like to read more on our upstream connectors, you can find details `here <https://unstructured-io.github.io/unstructured/ingest/source_connectors.html>`__.
1010

1111
Data Preprocessing
1212
^^^^^^^^^^^^^^^^^^
@@ -75,4 +75,4 @@ A RAG workflow can be broken down into the following steps:
7575

7676
7. **LLM Generation**: Once you've retrieved your relevant chunks you pass the prompt + the context to the LLM for the LLM to generate a more accurate response.
7777

78-
For a full guide on how to implement RAG check out this `blog post <https://medium.com/unstructured-io/effortless-document-extraction-a-guide-to-using-unstructured-api-and-data-connectors-6c2659eda4af>`__
78+
For a full guide on how to implement RAG check out this `blog post <https://medium.com/unstructured-io/effortless-document-extraction-a-guide-to-using-unstructured-api-and-data-connectors-6c2659eda4af>`__

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.5-dev2" # pragma: no cover
1+
__version__ = "0.11.5" # pragma: no cover

0 commit comments

Comments
 (0)