This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import base64 | |
| import ollama | |
| from PIL import Image | |
| from IPython.display import display | |
| from slack_sdk import WebClient | |
| from slack_sdk.errors import SlackApiError | |
| ### Turn off slack warnings | |
| os.environ["SKIP_SLACK_SDK_WARNING"] = "false" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pymilvus import AnnSearchRequest, RRFRanker, WeightedRanker | |
| import time | |
| from pymilvus import WeightedRanker | |
| # Use WeightedRanker to combine results with specified weights | |
| rerank = WeightedRanker(0.6, 0.7, 0.8, 0.9 , 0.6) | |
| QUERY = str("creepy skull head ghost") | |
| queries = [QUERY] | |
| query_embeddings = model.encode(queries) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder