HackerTrans
トップ新着トレンドコメント過去質問紹介求人

piizei

no profile record

投稿

Microsoft's 4D geometric codes improve performance of quantum hardware 1000-fold

azure.microsoft.com
4 ポイント·投稿者 piizei·昨年·1 コメント

コメント

piizei
·2 年前·議論
Looks like the test-setup confuses knowledge graphs with graph databases. The code just creates a neo4j database from a document, not a knowledge graph (basically uses neo4j as vector database). A knowledge graph would be created by a LLM as a preprocessing step (and queried similary by an LLM). This is a different approach than was tested, an approach that trades preprocessing time and domain knowledge for accuracy. Reference: https://python.langchain.com/v0.1/docs/use_cases/graph/const...
piizei
·3 年前·議論
Looks and feels a lot like AWS Amplify (which is not a bad thing). I assume the difference is that this runs on the frontend server (node) where Amplify tranformation happens on AppSync. Definetly going to test this. What is bit unclear what is the interface with the frontend server to tailcall,like how do I pass the JWT tokens from node app to @upstream headers?