update README.md
This commit is contained in:
@@ -21,7 +21,7 @@ CrossEncoderRanker combines hybrid search from Weaviate with LLM-based relevance
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install modaic weaviate-client python-dotenv
|
uv add modaic weaviate-client python-dotenv
|
||||||
```
|
```
|
||||||
|
|
||||||
### Environment Setup
|
### Environment Setup
|
||||||
|
|||||||
@@ -77,5 +77,5 @@ if __name__ == "__main__":
|
|||||||
reranker.push_to_hub(
|
reranker.push_to_hub(
|
||||||
"connor/CrossEncoderRanker",
|
"connor/CrossEncoderRanker",
|
||||||
with_code=True,
|
with_code=True,
|
||||||
commit_message="Add MODAIC token support and fix init to accept kwargs"
|
commit_message="update README.md"
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user