Doc : replace link upstream connectors with source connectors (#1683)

Fixes #1502

Here I have replaced `stream_connectors.html` with
`source_connectors.html`.
This commit is contained in:
Dev Khant 2023-10-10 10:07:51 +05:30 committed by GitHub
parent f98d5e65ca
commit f09b87da23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Natural Language Processing (NLP) encompasses a broad spectrum of tasks and meth
Data Ingestion
--------------
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 <../upstream_connectors.html>`__.
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>`__.
Data Preprocessing
^^^^^^^^^^^^^^^^^^
@ -61,7 +61,7 @@ is particularly beneficial for organizations that lack the means to develop and
A RAG workflow can be broken down into the following steps:
1. **Data ingestion**: The first step is acquiring data from your relevant sources. At Unstructured we make this super easy with our `data connectors <https://unstructured-io.github.io/unstructured/upstream_connectors.html>`__.
1. **Data ingestion**: The first step is acquiring data from your relevant sources. At Unstructured we make this super easy with our `data connectors <https://unstructured-io.github.io/unstructured/source_connectors.html>`__.
2. **Data preprocessing and cleaning**: Once you've identified and collected your data sources a good practice is to remove any unnecessary artifacts within the dataset. At Unstructured we have a variety of different tools to remove unneccesary elements. Found `here <https://unstructured-io.github.io/unstructured/bricks.html>`_