update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user