Skip to content

Commit

Permalink
update texts (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Haligowski committed Nov 6, 2023
1 parent 6335632 commit 35dc252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/preview/pipelines/test_gradient_rag_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.mark.skipif(
not os.environ.get("GRADIENT_ACCESS_TOKEN", None) or not os.environ.get("GRADIENT_WORKSPACE_ID", None),
reason="Export an env variables called GRADIENT_ACCESS_TOKEN and GRADIENT_WORKSPACE_ID containing the Gradient access token to run this test.",
reason="Export env variables called GRADIENT_ACCESS_TOKEN and GRADIENT_WORKSPACE_ID containing the Gradient configuration settings to run this test.",
)
def test_gradient_embedding_retrieval_rag_pipeline(tmp_path):
# Create the RAG pipeline
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
features:
preview:
- |
Adds integration with [Gradient AI](https://gradient.ai).
Add changes to Haystack version 2, or remove this section.
Haystack version 2 can be found under haystack/preview.

0 comments on commit 35dc252

Please sign in to comment.