update README.md

This commit is contained in:
2025-12-17 10:58:09 -08:00
parent 29b544405a
commit ad2299615a
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ CrossEncoderRanker combines hybrid search from Weaviate with LLM-based relevance
### Installation
```bash
pip install modaic weaviate-client python-dotenv
uv add modaic weaviate-client python-dotenv
```
### Environment Setup

View File

@@ -77,5 +77,5 @@ if __name__ == "__main__":
reranker.push_to_hub(
"connor/CrossEncoderRanker",
with_code=True,
commit_message="Add MODAIC token support and fix init to accept kwargs"
commit_message="update README.md"
)