This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b75dc62620 Fix broken link to Weaviate docs (#35776)
b75dc62620 is described below
commit b75dc6262050d5cd2a827b7740f13bd9b173612c
Author: Pankaj Koti <[email protected]>
AuthorDate: Tue Nov 21 17:34:50 2023 +0530
Fix broken link to Weaviate docs (#35776)
---
docs/apache-airflow-providers-weaviate/connections.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers-weaviate/connections.rst
b/docs/apache-airflow-providers-weaviate/connections.rst
index fc46c972a8..5e16164ff6 100644
--- a/docs/apache-airflow-providers-weaviate/connections.rst
+++ b/docs/apache-airflow-providers-weaviate/connections.rst
@@ -46,7 +46,7 @@ Extra (optional)
* If you'd like to use Vectorizers for your class, configure the API keys
to use the corresponding
embedding API. The extras accepts a key ``additional_headers``
containing the dictionary
of API keys for the embedding API authentication. They are mentioned in
a section here:
- `addtional_headers
<https://weaviate.io/developers/academy/zero_to_mvp/hello_weaviate/hands_on#-client-instantiation>__`
+ `addtional_headers
<https://weaviate.io/developers/academy/zero_to_mvp/hello_weaviate/hands_on#-client-instantiation>`__
Weaviate API Token (optional)
Specify your Weaviate API Key to connect when API Key option is to be used
for authentication.