07 2023 档案
摘要:直接用LLM是不精确的,需要结合graph DB+LLM,参见: https://medium.com/neo4j/harnessing-large-language-models-with-neo4j-306ccbdd2867 https://neo4j.com/developer-blog/fi
阅读全文
摘要:git clone有时候访问不了,参考这篇文章 https://cloud.tencent.com/developer/article/2273542?areaSource=102001.8&traceId=ySiaJFMuy16KJdS-p4Gi3
阅读全文
摘要:通常情况下,我希望mac能过几分钟的空闲,屏幕自动锁定。但是有时候有command任务运行的时候,我不希望机器睡眠。 之前我的mac不能自动睡眠,经过排查知道是Edge浏览器所为,所以卸载了edge浏览器。(https://zhuanlan.zhihu.com/p/645253013) 因此想如果有
阅读全文
摘要:What are embeddings? Text embeddings are a natural language processing (NLP) technique that converts text into numerical vectors. Embeddings capture s
阅读全文
摘要:为了学习测试下crack wifi,参考了这篇文章:https://www.wikihow.com/Hack-WPA/WPA2-Wi-Fi-with-Kali-Linux (kali) 也可以参考:https://gainanov.pro/eng-blog/sysad/wifi-cracking/
阅读全文
摘要:来源: https://blog.langchain.dev/tutorial-chatgpt-over-your-data/ https://github.com/hwchase17/chat-your-data High Level Walkthrough At a high level, th
阅读全文
摘要:see: Retrievers | 🦜️🔗 Langchain https://blog.langchain.dev/retrieval/ 按文档说的Retriever就是一个接口,可以把和query相关的文档都查询出来,而vectorDB是否成retriever的关键组件之一。
阅读全文
摘要:这个是我用到的最好的xpath浏览器chrome插件(包括edge浏览器) XPath Helper : https://chrome.google.com/webstore/detail/hgimnogjllphhhkhlmebbmlgjoejdpjl 在页面上,按住shift键,然后鼠标经过的地
阅读全文
摘要:近日想在sublime text上安装包,command+shift+P后选取package install,结果半天不出来菜单,很长时间后报错:There are no packages for installation. 打开view -> show console后,发现连接不上 https:
阅读全文
摘要:from: Creating and Receiving Enveloped Data Messages - Win32 apps | Microsoft Learn An enveloped message is a message that is encrypted for a set of r
阅读全文
摘要:DMZ: 非军事化区 摘抄自:Firewall with DMZ (lancom-systems.de) The demilitarized zone (DMZ) represents a special area of the local area network, which is shield
阅读全文
摘要:1. Common Oauth2 flow: see: https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow 2. PKCE for App: see: htt
阅读全文
摘要:摘抄自:https://flylib.com/books/en/4.178.1.29/1/ There are advantages and disadvantages related to both secret and public key cryptography. For example,
阅读全文