This is an automated email from the ASF dual-hosted git repository.

pankajkoti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 421703c741 Adding Pgvector system tests (#36592)
     add 6e935491f1 Adding Weaviate system tests (#36573)

No new revisions were added by this update.

Summary of changes:
 .../providers/weaviate/example_weaviate_cohere.py  |   122 +
 .../example_weaviate_dynamic_mapping_dag.py        |    97 +
 .../providers/weaviate/example_weaviate_openai.py  |   133 +
 .../weaviate/example_weaviate_operator.py          |   130 +-
 .../weaviate/example_weaviate_using_hook.py        |   156 +
 .../weaviate/example_weaviate_vectorizer_dag.py    |   106 +
 .../example_weaviate_without_vectorizer_dag.py     |   121 +
 .../weaviate/jeopardy_data_with_vectors.json       | 15432 +++++++++++++++++++
 .../weaviate/jeopardy_data_without_vectors.json    |    52 +
 .../jeopardy_doc_data_without_vectors.json         |    62 +
 10 files changed, 16391 insertions(+), 20 deletions(-)
 create mode 100644 tests/system/providers/weaviate/example_weaviate_cohere.py
 create mode 100644 
tests/system/providers/weaviate/example_weaviate_dynamic_mapping_dag.py
 create mode 100644 tests/system/providers/weaviate/example_weaviate_openai.py
 create mode 100644 
tests/system/providers/weaviate/example_weaviate_using_hook.py
 create mode 100644 
tests/system/providers/weaviate/example_weaviate_vectorizer_dag.py
 create mode 100644 
tests/system/providers/weaviate/example_weaviate_without_vectorizer_dag.py
 create mode 100644 
tests/system/providers/weaviate/jeopardy_data_with_vectors.json
 create mode 100644 
tests/system/providers/weaviate/jeopardy_data_without_vectors.json
 create mode 100644 
tests/system/providers/weaviate/jeopardy_doc_data_without_vectors.json

Reply via email to