Skip to content

Commit

Permalink
Merge pull request #27 from zc277584121/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
zc277584121 authored Jul 4, 2024
2 parents 90697a7 + 2e7ce52 commit 9ee4d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to Haystack
# Contributing to milvus-haystack

## Contribute code

### Run code quality checks locally```
### Run code quality checks locally

Install and update your [ruff](https://github.com/astral-sh/ruff) and [hatch](https://github.com/pypa/hatch) to the latest versions.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ query = "Who supports fastembed?"

result = query_pipeline.run({"sparse_text_embedder": {"text": query}})

print(result["sparse_retriever"]["documents"][0]) # noqa: T201
print(result["sparse_retriever"]["documents"][0])

# Document(id=..., content: 'fastembed is supported by and maintained by Milvus.', sparse_embedding: vector with 48 non-zero elements)
```
Expand Down

0 comments on commit 9ee4d8d

Please sign in to comment.