Skip to content

Instantly share code, notes, and snippets.

https://serve-human.com/userinfo.php?userinfo=oren.bramlett.242061&mod=space&com=profile&name=Your_Account
https://letsbookmarktoday.com/userinfo.php?action=view&do=profile&user=barney.renteria_242061
https://dexitex.com/profile.php?do=profile&username=sharyn.mccary.242061&com=profile
https://analysis.whelex.com/observe-online-movies-for-give-up---the-scoop-online-movies--31157807131706367962
https://theappcode.net/userinfo.php?userinfo=della.whitlock_242061&mod=space&op=userinfo&action=view
https://serve-human.com/profile.php?userinfo=charli_thames.242061&mod=space&action=view&com=profile
https://20dollarspass.xyz/userinfo.php?userinfo=elena-sargood-242061&name=Your_Account&com=profile&from=space
https://technomondo.xyz/userinfo.php?action=view&op=userinfo&userinfo=hollie.costello-242061
https://dexitex.com/userinfo.php?from=space&name=Your_Account&username=vilma_rays_242061&do=profile
https://traffic.toppinvestors.com/keep-an-eye-on-online-movies-without-a-cablegram-subscriptio-31157807961706367966
https://www.tumblr.com/onlineproxychecker/741951285041954816/proxy-checker?source=share
https://www.reddit.com/user/jm895949/comments/1anj0ed/online_proxy_checker/
https://www.scoop.it/topic/online-proxy-checker/p/4150890244/2024/02/10/online-proxy-checker
https://diigo.com/0vbvzy
https://www.freebookmarkingsite.com/story/online-proxy-checker
https://flipboard.com/@johnmartin6288/proxy-checker-989qm38iy
https://oodare.com/post/291083_https-www-onlineproxychecker-net-proxy-checker.html
https://biiut.com/post/427032_https-www-onlineproxychecker-net-proxy-checker.html
https://list.ly/list/9Xd3-best-proxy-checker?make_list_mode=true
https://www.addonface.com/post/168116_https-www-onlineproxychecker-net-proxy-checker.html
@AutoScrape123TX
AutoScrape123TX / QdrantVectorPrevNextNodePostprocessor.py
Last active July 19, 2024 21:59 — forked from ShawonAshraf/prevnext.py
PrevNextNodePostprocessor tailored to QdrantVectorStore for TextNode relationships
from typing import Dict, List, Optional
from llama_index.core.schema import NodeRelationship, NodeWithScore, QueryBundle
from llama_index.core.bridge.pydantic import Field, validator
from llama_index.core.postprocessor.types import BaseNodePostprocessor
from llama_index.vector_stores.qdrant import QdrantVectorStore
def qdrant_vector_store_get_forward_nodes(
node_with_score: NodeWithScore, num_nodes: int, vector_store: QdrantVectorStore
) -> Dict[str, NodeWithScore]: